mmc: mxcmmc: explicitly includes mach/hardware.h
authorShawn Guo <shawn.guo@linaro.org>
Mon, 17 Oct 2011 06:15:10 +0000 (14:15 +0800)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 17 Oct 2011 19:41:04 +0000 (21:41 +0200)
commitedae899893f84cb454f96b95092a04685a6b08e3
tree54016be4d334efb91c337863f3df9028f699c40b
parentbbbab56eb081e8a4344101d91fad0e27a768478f
mmc: mxcmmc: explicitly includes mach/hardware.h

When indirect inclusion to <mach/hardware.h> via <mach/gpio.h> gets
removed, we will see the following compile error.

  CC      drivers/mmc/host/mxcmmc.o
drivers/mmc/host/mxcmmc.c: In function ‘mxcmci_init_card’:
drivers/mmc/host/mxcmmc.c:811:2: error: implicit declaration of function ‘cpu_is_mx3’

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
drivers/mmc/host/mxcmmc.c