From 0fdf3e6de86e4afce44e2788a8b965f9602dc2fd Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 25 Jan 2008 23:23:11 +0000 Subject: current 2.4 kernels *do* have linux/firmware.h, so use it (closes issue #11551) Reported by: richvdh git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3739 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp/vpm450m.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/wct4xxp/vpm450m.h b/wct4xxp/vpm450m.h index bce3a93..41d7c60 100644 --- a/wct4xxp/vpm450m.h +++ b/wct4xxp/vpm450m.h @@ -24,14 +24,7 @@ #ifndef _VPM450M_H #define _VPM450M_H -#ifdef LINUX26 #include -#else -struct firmware { - size_t size; - u8 *data; -}; -#endif struct vpm450m; -- cgit v1.2.3