diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2010-06-05 14:42:39 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-06-07 11:38:54 +0900 |
commit | 42edb1d306d7941405b5ba5e7599ea99fc4bdf5a (patch) | |
tree | 4400d0574ae0d8049b9c4ba9df83d1a0d33c279c /arch/sh | |
parent | e44a21b7268a022c7749f521c06214145bd161e4 (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')
-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 be1d114d3a43..1d7b495a7db4 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -25,7 +25,6 @@ #include <linux/spi/spi.h> #include <linux/spi/sh_msiof.h> #include <linux/spi/mmc_spi.h> -#include <linux/mmc/host.h> #include <linux/input.h> #include <linux/input/sh_keysc.h> #include <video/sh_mobile_lcdc.h> |