[svn-commits] sruffell: branch linux/2.6 r10645 - /linux/branches/2.6/drivers/dahdi/wcb4xxp/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Apr 5 11:22:45 CDT 2012
Author: sruffell
Date: Thu Apr 5 11:22:41 2012
New Revision: 10645
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10645
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.6/drivers/dahdi/wcb4xxp/base.c
Modified: linux/branches/2.6/drivers/dahdi/wcb4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.6/drivers/dahdi/wcb4xxp/base.c?view=diff&rev=10645&r1=10644&r2=10645
==============================================================================
--- linux/branches/2.6/drivers/dahdi/wcb4xxp/base.c (original)
+++ linux/branches/2.6/drivers/dahdi/wcb4xxp/base.c Thu Apr 5 11:22:41 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