diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2010-05-25 14:07:25 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-26 16:03:24 +0900 |
commit | a41a7b91772da2c77ac0da74285fd8ebd86a85ba (patch) | |
tree | 79799a8fbce61f4025a0f59ebbe4ca28f5f6975c /arch/sh/boards | |
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')
-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> |