]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: omap_hsmmc: fix dependency on indirect header inclusion
authorFelipe Balbi <balbi@ti.com>
Thu, 11 Jul 2013 13:09:05 +0000 (16:09 +0300)
committerChris Ball <cjb@laptop.org>
Sun, 25 Aug 2013 02:50:10 +0000 (22:50 -0400)
commitc6b5687be61c7ead91cc91e24411593eed3ec908
tree9a138131b4df59a9037f22895f89a5a19a28a1fd
parentc2a74447b0f8c5410f277b1d97326e0de2ea92a5
mmc: omap_hsmmc: fix dependency on indirect header inclusion

omap_hsmmc.c depends on <linux/sizes.h> being included indirectly by
another header. Once we enable COMPILE_TEST for this driver, we might
compile under architectures which won't include <linux/sizes.h> for us.
In fact, one such case is x86.

In order to prevent compile breakages, let's explicitly include
<linux/sizes.h>.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Acked-by: Balaji T K <balajitk@ti.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/omap_hsmmc.c