summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-25 23:23:11 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-25 23:23:11 +0000
commit0fdf3e6de86e4afce44e2788a8b965f9602dc2fd (patch)
treeee17e851a663980cd98ff0ecb910b3d114d4e2af
parent38eea6d6ed04741dc03bd35023399936bf4da978 (diff)
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
-rw-r--r--wct4xxp/vpm450m.h7
1 files changed, 0 insertions, 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 <linux/firmware.h>
-#else
-struct firmware {
- size_t size;
- u8 *data;
-};
-#endif
struct vpm450m;