diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2009-10-02 14:05:29 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:31 -0500 |
commit | 42d399e4189346b495fec8a9a267e8b7f744ee48 (patch) | |
tree | 0549b107249544fc2913a9f3a5c868f6086e9df0 /arch/arm/mach-davinci/board-dm365-evm.c | |
parent | 69872e93d971e72cd43fdf90befaaffd8e32437a (diff) |
DaVinci: remove unneeded #include's
There have accumulated quite a lot of them after the code reorganizations...
In several cases I had to replace #include <linux/dma-mapping.h> which wasn't
needed directly but happened to #include <linux/err.h> which was needed.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-dm365-evm.c')
-rw-r--r-- | arch/arm/mach-davinci/board-dm365-evm.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c index 8f49d09a94d0..3d7b5bbeb97d 100644 --- a/arch/arm/mach-davinci/board-dm365-evm.c +++ b/arch/arm/mach-davinci/board-dm365-evm.c | |||
@@ -13,9 +13,8 @@ | |||
13 | * GNU General Public License for more details. | 13 | * GNU General Public License for more details. |
14 | */ | 14 | */ |
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <linux/module.h> | ||
17 | #include <linux/init.h> | 16 | #include <linux/init.h> |
18 | #include <linux/dma-mapping.h> | 17 | #include <linux/err.h> |
19 | #include <linux/i2c.h> | 18 | #include <linux/i2c.h> |
20 | #include <linux/io.h> | 19 | #include <linux/io.h> |
21 | #include <linux/clk.h> | 20 | #include <linux/clk.h> |
@@ -24,21 +23,18 @@ | |||
24 | #include <linux/mtd/mtd.h> | 23 | #include <linux/mtd/mtd.h> |
25 | #include <linux/mtd/partitions.h> | 24 | #include <linux/mtd/partitions.h> |
26 | #include <linux/mtd/nand.h> | 25 | #include <linux/mtd/nand.h> |
27 | #include <asm/setup.h> | 26 | |
28 | #include <asm/mach-types.h> | 27 | #include <asm/mach-types.h> |
29 | #include <asm/mach/arch.h> | 28 | #include <asm/mach/arch.h> |
30 | #include <asm/mach/map.h> | 29 | |
31 | #include <mach/mux.h> | 30 | #include <mach/mux.h> |
32 | #include <mach/hardware.h> | ||
33 | #include <mach/dm365.h> | 31 | #include <mach/dm365.h> |
34 | #include <mach/psc.h> | ||
35 | #include <mach/common.h> | 32 | #include <mach/common.h> |
36 | #include <mach/i2c.h> | 33 | #include <mach/i2c.h> |
37 | #include <mach/serial.h> | 34 | #include <mach/serial.h> |
38 | #include <mach/mmc.h> | 35 | #include <mach/mmc.h> |
39 | #include <mach/nand.h> | 36 | #include <mach/nand.h> |
40 | 37 | ||
41 | |||
42 | static inline int have_imager(void) | 38 | static inline int have_imager(void) |
43 | { | 39 | { |
44 | /* REVISIT when it's supported, trigger via Kconfig */ | 40 | /* REVISIT when it's supported, trigger via Kconfig */ |