From 031cd037af74b07792e37d0d4721063f7b4b44c7 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Thu, 11 Jul 2013 16:09:05 +0300 Subject: 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 --- drivers/mmc/host/omap_hsmmc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mmc') diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 1865321465c..c937ffc61bc 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 -- cgit v1.2.3