diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-02-05 01:18:31 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-10 09:52:20 +0100 |
commit | 2105b9a11fbf92a4bf16ced4dba7f59a110932b2 (patch) | |
tree | 498e1b0f2e10976090f7142483f9019102f79185 | |
parent | 596f17f901dbc645883cf663c26ef2c80b5db5a4 (diff) | |
download | linux-2105b9a11fbf92a4bf16ced4dba7f59a110932b2.tar.bz2 |
Only include linux/sched.h once in arch/arm/mach-bcmring/dma.c
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>
-rw-r--r-- | arch/arm/mach-bcmring/dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcmring/dma.c b/arch/arm/mach-bcmring/dma.c index 1a1a27dd5654..8751582a6cb1 100644 --- a/arch/arm/mach-bcmring/dma.c +++ b/arch/arm/mach-bcmring/dma.c @@ -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 */ |