[zaptel-commits] file: branch 1.2 r1431 - /branches/1.2/pciradio.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Thu Sep 7 20:17:17 MST 2006


Author: file
Date: Thu Sep  7 22:17:16 2006
New Revision: 1431

URL: http://svn.digium.com/view/zaptel?rev=1431&view=rev
Log:
Include moduleparam.h like every other module for certain 2.6 kernels (issue #7884 reported by iceberg13de)

Modified:
    branches/1.2/pciradio.c

Modified: branches/1.2/pciradio.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/pciradio.c?rev=1431&r1=1430&r2=1431&view=diff
==============================================================================
--- branches/1.2/pciradio.c (original)
+++ branches/1.2/pciradio.c Thu Sep  7 22:17:16 2006
@@ -57,6 +57,10 @@
 #include "zaptel.h"
 #else
 #include <linux/zaptel.h>
+#endif
+
+#ifdef LINUX26
+#include <linux/moduleparam.h>
 #endif
 
 #define RAD_MAX_IFACES 128



More information about the zaptel-commits mailing list