Re: [PATCH] mmc: omap_hsmmc: fix dependency on indirect header inclusion

2013-08-24 Thread Chris Ball
Hi, On Fri, Aug 16 2013, Balaji T K wrote: On Thursday 11 July 2013 06:39 PM, Felipe Balbi wrote: 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

Re: [PATCH] mmc: omap_hsmmc: fix dependency on indirect header inclusion

2013-08-16 Thread Balaji T K
On Thursday 11 July 2013 06:39 PM, Felipe Balbi wrote: 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

[PATCH] mmc: omap_hsmmc: fix dependency on indirect header inclusion

2013-07-11 Thread Felipe Balbi
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