[zaptel-commits] kpfleming: branch 1.4 r3739 - /branches/1.4/wct4xxp/vpm450m.h
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Fri Jan 25 17:23:12 CST 2008
Author: kpfleming
Date: Fri Jan 25 17:23:11 2008
New Revision: 3739
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3739
Log:
current 2.4 kernels *do* have linux/firmware.h, so use it
(closes issue #11551)
Reported by: richvdh
Modified:
branches/1.4/wct4xxp/vpm450m.h
Modified: branches/1.4/wct4xxp/vpm450m.h
URL: http://svn.digium.com/view/zaptel/branches/1.4/wct4xxp/vpm450m.h?view=diff&rev=3739&r1=3738&r2=3739
==============================================================================
--- branches/1.4/wct4xxp/vpm450m.h (original)
+++ branches/1.4/wct4xxp/vpm450m.h Fri Jan 25 17:23:11 2008
@@ -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;
More information about the zaptel-commits
mailing list