]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: marzen: Include mmc/host.h
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 13 Feb 2013 09:45:50 +0000 (09:45 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 13 Feb 2013 10:58:45 +0000 (19:58 +0900)
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>
arch/arm/mach-shmobile/board-marzen.c

index 449f9289567db20a919dcff45d68bfafe193fb68..85763ad388944b83ce4a4d38ad5e590bfca5dde1 100644 (file)
@@ -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>