[svn-commits] sruffell: branch 1.4 r4692 - in /branches/1.4/kernel: ./ wctdm24xxp/ wcte12xp...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 18 23:42:24 CST 2009


Author: sruffell
Date: Wed Nov 18 23:42:20 2009
New Revision: 4692

URL: http://svnview.digium.com/svn/zaptel?view=rev&rev=4692
Log:
zaptel-base,xpp,wcte12xp,wctdm24xxp,wctdm,pciradio: Compilation updates.

Adding some header files to the different drivers in order to enable them to
compile against 2.6.32.

Modified:
    branches/1.4/kernel/pciradio.c
    branches/1.4/kernel/wctdm.c
    branches/1.4/kernel/wctdm24xxp/GpakApi.c
    branches/1.4/kernel/wctdm24xxp/GpakCust.c
    branches/1.4/kernel/wctdm24xxp/base.c
    branches/1.4/kernel/wcte12xp/GpakApi.c
    branches/1.4/kernel/wcte12xp/base.c
    branches/1.4/kernel/xpp/xbus-core.c
    branches/1.4/kernel/xpp/xpp_zap.c
    branches/1.4/kernel/zaptel-base.c

Modified: branches/1.4/kernel/pciradio.c
URL: http://svnview.digium.com/svn/zaptel/branches/1.4/kernel/pciradio.c?view=diff&rev=4692&r1=4691&r2=4692
==============================================================================
--- branches/1.4/kernel/pciradio.c (original)
+++ branches/1.4/kernel/pciradio.c Wed Nov 18 23:42:20 2009
@@ -51,6 +51,7 @@
 #include <linux/interrupt.h>
 #include <asm/io.h>
 #include <asm/delay.h> 
+#include <linux/sched.h>
 
 #ifdef STANDALONE_ZAPATA
 #include "zaptel.h"

Modified: branches/1.4/kernel/wctdm.c
URL: http://svnview.digium.com/svn/zaptel/branches/1.4/kernel/wctdm.c?view=diff&rev=4692&r1=4691&r2=4692
==============================================================================
--- branches/1.4/kernel/wctdm.c (original)
+++ branches/1.4/kernel/wctdm.c Wed Nov 18 23:42:20 2009
@@ -30,9 +30,11 @@
 #include <linux/errno.h>
 #include <linux/pci.h>
 #include <linux/interrupt.h>
+#include <linux/sched.h>
 #include <asm/io.h>
 #include "proslic.h"
 #include "wctdm.h"
+
 /*
  *  Define for audio vs. register based ring detection
  *  

Modified: branches/1.4/kernel/wctdm24xxp/GpakApi.c
URL: http://svnview.digium.com/svn/zaptel/branches/1.4/kernel/wctdm24xxp/GpakApi.c?view=diff&rev=4692&r1=4691&r2=4692
==============================================================================
--- branches/1.4/kernel/wctdm24xxp/GpakApi.c (original)
+++ branches/1.4/kernel/wctdm24xxp/GpakApi.c Wed Nov 18 23:42:20 2009
@@ -38,6 +38,8 @@
 #else
 #include <asm/semaphore.h>
 #endif
+
+#include <linux/workqueue.h>
 
 #include "zaptel.h"
 

Modified: branches/1.4/kernel/wctdm24xxp/GpakCust.c
URL: http://svnview.digium.com/svn/zaptel/branches/1.4/kernel/wctdm24xxp/GpakCust.c?view=diff&rev=4692&r1=4691&r2=4692
==============================================================================
--- branches/1.4/kernel/wctdm24xxp/GpakCust.c (original)
+++ branches/1.4/kernel/wctdm24xxp/GpakCust.c Wed Nov 18 23:42:20 2009
@@ -40,6 +40,8 @@
 #else
 #include <asm/semaphore.h>
 #endif
+
+#include <linux/workqueue.h>
 
 #include "zaptel.h"
 #include "wctdm24xxp.h"

Modified: branches/1.4/kernel/wctdm24xxp/base.c
URL: http://svnview.digium.com/svn/zaptel/branches/1.4/kernel/wctdm24xxp/base.c?view=diff&rev=4692&r1=4691&r2=4692
==============================================================================
--- branches/1.4/kernel/wctdm24xxp/base.c (original)
+++ branches/1.4/kernel/wctdm24xxp/base.c Wed Nov 18 23:42:20 2009
@@ -53,6 +53,8 @@
 #ifdef LINUX26
 #include <linux/moduleparam.h>
 #endif
+
+#include <linux/sched.h>
 
 #include "zaptel.h"
 #include "proslic.h"

Modified: branches/1.4/kernel/wcte12xp/GpakApi.c
URL: http://svnview.digium.com/svn/zaptel/branches/1.4/kernel/wcte12xp/GpakApi.c?view=diff&rev=4692&r1=4691&r2=4692
==============================================================================
--- branches/1.4/kernel/wcte12xp/GpakApi.c (original)
+++ branches/1.4/kernel/wcte12xp/GpakApi.c Wed Nov 18 23:42:20 2009
@@ -31,6 +31,8 @@
  * Free Software Foundation. See the LICENSE file included with
  * this program for more details.
  */
+
+#include <linux/workqueue.h>
 
 #include "zaptel.h"
 

Modified: branches/1.4/kernel/wcte12xp/base.c
URL: http://svnview.digium.com/svn/zaptel/branches/1.4/kernel/wcte12xp/base.c?view=diff&rev=4692&r1=4691&r2=4692
==============================================================================
--- branches/1.4/kernel/wcte12xp/base.c (original)
+++ branches/1.4/kernel/wcte12xp/base.c Wed Nov 18 23:42:20 2009
@@ -38,6 +38,8 @@
 #ifdef LINUX26
 #include <linux/moduleparam.h>
 #endif
+
+#include <linux/sched.h>
 
 #include "zaptel.h"
 

Modified: branches/1.4/kernel/xpp/xbus-core.c
URL: http://svnview.digium.com/svn/zaptel/branches/1.4/kernel/xpp/xbus-core.c?view=diff&rev=4692&r1=4691&r2=4692
==============================================================================
--- branches/1.4/kernel/xpp/xbus-core.c (original)
+++ branches/1.4/kernel/xpp/xbus-core.c Wed Nov 18 23:42:20 2009
@@ -35,6 +35,8 @@
 #include <linux/workqueue.h>
 #include <linux/device.h>
 #include <linux/delay.h>	/* for msleep() to debug */
+#include <linux/sched.h>
+
 #include "xpd.h"
 #include "xpp_zap.h"
 #include "xbus-core.h"

Modified: branches/1.4/kernel/xpp/xpp_zap.c
URL: http://svnview.digium.com/svn/zaptel/branches/1.4/kernel/xpp/xpp_zap.c?view=diff&rev=4692&r1=4691&r2=4692
==============================================================================
--- branches/1.4/kernel/xpp/xpp_zap.c (original)
+++ branches/1.4/kernel/xpp/xpp_zap.c Wed Nov 18 23:42:20 2009
@@ -31,6 +31,7 @@
 #endif
 
 #include <linux/kernel.h>
+#include <linux/sched.h>
 #include <linux/errno.h>
 #include <linux/module.h>
 #include <linux/device.h>

Modified: branches/1.4/kernel/zaptel-base.c
URL: http://svnview.digium.com/svn/zaptel/branches/1.4/kernel/zaptel-base.c?view=diff&rev=4692&r1=4691&r2=4692
==============================================================================
--- branches/1.4/kernel/zaptel-base.c (original)
+++ branches/1.4/kernel/zaptel-base.c Wed Nov 18 23:42:20 2009
@@ -89,6 +89,8 @@
 #if defined(CONFIG_ZAPTEL_MMX) || defined(ECHO_CAN_FP)
 #include <asm/i387.h>
 #endif
+
+#include <linux/sched.h>
 
 #define hdlc_to_ztchan(h) (((struct zt_hdlc *)(h))->chan)
 #define dev_to_ztchan(h) (((struct zt_hdlc *)(dev_to_hdlc(h)->priv))->chan)




More information about the svn-commits mailing list