From: Simon Horman Date: Wed, 13 Feb 2013 09:45:50 +0000 (+0000) Subject: ARM: shmobile: marzen: Include mmc/host.h X-Git-Tag: next-20130218~14^2^3~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=91cad28a945b18b27425819ec0323a114cabbd52;p=karo-tx-linux.git 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c index 449f9289567d..85763ad38894 100644 --- a/arch/arm/mach-shmobile/board-marzen.c +++ b/arch/arm/mach-shmobile/board-marzen.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include