From: Felipe Balbi Date: Thu, 11 Jul 2013 13:09:05 +0000 (+0300) Subject: mmc: omap_hsmmc: fix dependency on indirect header inclusion X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=031cd037af74b07792e37d0d4721063f7b4b44c7;p=linux-beck.git mmc: omap_hsmmc: fix dependency on indirect header inclusion omap_hsmmc.c depends on being included indirectly by another header. Once we enable COMPILE_TEST for this driver, we might compile under architectures which won't include for us. In fact, one such case is x86. In order to prevent compile breakages, let's explicitly include . Signed-off-by: Felipe Balbi Acked-by: Balaji T K Signed-off-by: Chris Ball --- diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 1865321465c4..c937ffc61bc2 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include