[svn-commits] sruffell: branch linux/2.5 r10643 - /linux/branches/2.5/drivers/dahdi/wcb4xxp/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 5 11:22:34 CDT 2012


Author: sruffell
Date: Thu Apr  5 11:22:30 2012
New Revision: 10643

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10643
Log:
wcb4xxp: Remove asm/system.h include.

Not needed anymore and will break compilation on Kernel versions >= 3.4 since
commit 0195c00244dc2e [1]

[1] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=0195c00244dc2e

Signed-off-by: Shaun Ruffell <sruffell at digium.com>

Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10641

Modified:
    linux/branches/2.5/drivers/dahdi/wcb4xxp/base.c

Modified: linux/branches/2.5/drivers/dahdi/wcb4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.5/drivers/dahdi/wcb4xxp/base.c?view=diff&rev=10643&r1=10642&r2=10643
==============================================================================
--- linux/branches/2.5/drivers/dahdi/wcb4xxp/base.c (original)
+++ linux/branches/2.5/drivers/dahdi/wcb4xxp/base.c Thu Apr  5 11:22:30 2012
@@ -35,7 +35,6 @@
 #include <linux/spinlock.h>
 #include <linux/device.h>	/* dev_err() */
 #include <linux/interrupt.h>
-#include <asm/system.h>		/* cli(), *_flags */
 #include <asm/uaccess.h>	/* copy_*_user */
 #include <linux/workqueue.h>	/* work_struct */
 #include <linux/timer.h>	/* timer_struct */




More information about the svn-commits mailing list