diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-02-13 09:45:50 +0000 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-03-08 16:29:23 +0100 |
commit | 44e9ac45754a182e8121bf137368452365d4cc4b (patch) | |
tree | 95e64682eed45f2dd50d8b35de628d5855b8f769 /arch | |
parent | 6dbe51c251a327e012439c4772097a13df43c5b8 (diff) | |
download | linux-stable-44e9ac45754a182e8121bf137368452365d4cc4b.tar.gz linux-stable-44e9ac45754a182e8121bf137368452365d4cc4b.tar.bz2 linux-stable-44e9ac45754a182e8121bf137368452365d4cc4b.zip |
ARM: shmobile: marzen: Include mmc/host.h
mmc/host.h provides MMC_CAP_SD_HIGHSPEED which is used in board-marzen.c
This resolves a build problem observed when compiling with
"mmc: tmio: remove unused and deprecated symbols" applied.
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/board-marzen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c index cdcb799e802f..fec49ebc359a 100644 --- a/arch/arm/mach-shmobile/board-marzen.c +++ b/arch/arm/mach-shmobile/board-marzen.c @@ -32,6 +32,7 @@ #include <linux/smsc911x.h> #include <linux/spi/spi.h> #include <linux/spi/sh_hspi.h> +#include <linux/mmc/host.h> #include <linux/mmc/sh_mobile_sdhi.h> #include <linux/mfd/tmio.h> #include <linux/usb/otg.h> |