diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2010-05-25 16:07:25 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-26 09:03:24 +0200 |
commit | a41a7b91772da2c77ac0da74285fd8ebd86a85ba (patch) | |
tree | 79799a8fbce61f4025a0f59ebbe4ca28f5f6975c /arch | |
parent | sh: handle early calls to return_address() when using dwarf unwinder. (diff) | |
download | linux-a41a7b91772da2c77ac0da74285fd8ebd86a85ba.tar.xz linux-a41a7b91772da2c77ac0da74285fd8ebd86a85ba.zip |
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')
-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 @@ #include <linux/mmc/host.h> #include <linux/input.h> #include <linux/input/sh_keysc.h> -#include <linux/mfd/sh_mobile_sdhi.h> #include <video/sh_mobile_lcdc.h> #include <sound/sh_fsi.h> #include <media/sh_mobile_ceu.h> |