diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-18 11:54:01 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-18 11:54:01 +0100 |
commit | ace71f49da19169132a02ecd92f859a8589f2527 (patch) | |
tree | 7b2a4ef3ea04ffb5796db7a2ae659618312eaa96 /arch | |
parent | c06e51db93a9fe018b58204125e08627011a8316 (diff) | |
parent | 44e9ac45754a182e8121bf137368452365d4cc4b (diff) | |
download | linux-ace71f49da19169132a02ecd92f859a8589f2527.tar.bz2 |
Merge tag 'renesas-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
From Simon Horman <horms@verge.net.au>:
Resolve a build failure present since v3.9-rc1
* tag 'renesas-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: marzen: Include mmc/host.h
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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> |