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-Tag: v3.12-rc1~69^2~40 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=031cd037af74b07792e37d0d4721063f7b4b44c7;p=pandora-kernel.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 --- Reading git-diff-tree failed