diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2010-05-25 10:07:25 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-26 03:03:24 -0400 |
commit | a41a7b91772da2c77ac0da74285fd8ebd86a85ba (patch) | |
tree | 79799a8fbce61f4025a0f59ebbe4ca28f5f6975c /arch/sh/boards/mach-ecovec24/setup.c | |
parent | 8a37f520523df971bd3f926d8bd45ead37e857e8 (diff) |
sh: remove duplicated #include
Remove duplicated #include('s) in
arch/sh/boards/mach-ecovec24/setup.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-ecovec24/setup.c')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 49714258732e..3845258242ac 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/mmc/host.h> | 26 | #include <linux/mmc/host.h> |
27 | #include <linux/input.h> | 27 | #include <linux/input.h> |
28 | #include <linux/input/sh_keysc.h> | 28 | #include <linux/input/sh_keysc.h> |
29 | #include <linux/mfd/sh_mobile_sdhi.h> | ||
30 | #include <video/sh_mobile_lcdc.h> | 29 | #include <video/sh_mobile_lcdc.h> |
31 | #include <sound/sh_fsi.h> | 30 | #include <sound/sh_fsi.h> |
32 | #include <media/sh_mobile_ceu.h> | 31 | #include <media/sh_mobile_ceu.h> |