diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-03-09 11:29:48 +0100 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-03-25 15:39:41 +0100 |
commit | 960b9e7ec651f381f639aafcca483d704b2cc3b0 (patch) | |
tree | 1215270fdab91393dde41582c546d6a13e75c1ea /arch/sh/boards/mach-ap325rxa/setup.c | |
parent | ARM: mach-shmobile: convert boards to use linux/mmc/sh_mobile_sdhi.h (diff) | |
download | linux-960b9e7ec651f381f639aafcca483d704b2cc3b0.tar.xz linux-960b9e7ec651f381f639aafcca483d704b2cc3b0.zip |
sh: convert boards to use linux/mmc/sh_mobile_sdhi.h
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'arch/sh/boards/mach-ap325rxa/setup.c')
-rw-r--r-- | arch/sh/boards/mach-ap325rxa/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-ap325rxa/setup.c b/arch/sh/boards/mach-ap325rxa/setup.c index 3e5fc3bbf3ed..ce57b9b6ffe0 100644 --- a/arch/sh/boards/mach-ap325rxa/setup.c +++ b/arch/sh/boards/mach-ap325rxa/setup.c @@ -14,8 +14,8 @@ #include <linux/device.h> #include <linux/interrupt.h> #include <linux/platform_device.h> -#include <linux/mfd/sh_mobile_sdhi.h> #include <linux/mmc/host.h> +#include <linux/mmc/sh_mobile_sdhi.h> #include <linux/mtd/physmap.h> #include <linux/mtd/sh_flctl.h> #include <linux/delay.h> |