Only include linux/sched.h once in arch/arm/mach-bcmring/dma.c
authorJesper Juhl <jj@chaosbits.net>
Sun, 5 Feb 2012 00:18:31 +0000 (01:18 +0100)
committerJiri Kosina <jkosina@suse.cz>
Fri, 10 Feb 2012 08:52:20 +0000 (09:52 +0100)
There's no need to include the header twice.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/arm/mach-bcmring/dma.c

index 1a1a27dd56544d0684bebc29d40b69bdff2d190f..8751582a6cb15be4ab3ecea5282b2a95d2a0d86e 100644 (file)
@@ -36,7 +36,6 @@
 #include <linux/mm.h>
 #include <linux/pfn.h>
 #include <linux/atomic.h>
-#include <linux/sched.h>
 #include <mach/dma.h>
 
 /* I don't quite understand why dc4 fails when this is set to 1 and DMA is enabled */