From: Simon Horman Date: Wed, 13 Feb 2013 09:45:50 +0000 (+0000) Subject: ARM: shmobile: marzen: Include mmc/host.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=44e9ac45754a182e8121bf137368452365d4cc4b;p=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 cdcb799e802f0..fec49ebc359a5 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