diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-02-04 19:18:31 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-10 03:52:20 -0500 |
commit | 2105b9a11fbf92a4bf16ced4dba7f59a110932b2 (patch) | |
tree | 498e1b0f2e10976090f7142483f9019102f79185 /arch/arm/mach-bcmring/dma.c | |
parent | 596f17f901dbc645883cf663c26ef2c80b5db5a4 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-bcmring/dma.c')
-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 @@ | |||
36 | #include <linux/mm.h> | 36 | #include <linux/mm.h> |
37 | #include <linux/pfn.h> | 37 | #include <linux/pfn.h> |
38 | #include <linux/atomic.h> | 38 | #include <linux/atomic.h> |
39 | #include <linux/sched.h> | ||
40 | #include <mach/dma.h> | 39 | #include <mach/dma.h> |
41 | 40 | ||
42 | /* I don't quite understand why dc4 fails when this is set to 1 and DMA is enabled */ | 41 | /* I don't quite understand why dc4 fails when this is set to 1 and DMA is enabled */ |