summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/devices/platform-gpio-mxc.c
AgeCommit message (Collapse)AuthorFilesLines
2016-06-12ARM: imx: fix missing include of common.hBen Dooks1-0/+1
Fix the following warning by including ../common.h to provide the protoype for mxc_register_gpio() : arch/arm/mach-imx/devices/platform-gpio-mxc.c:11:24: warning: symbol 'mxc_register_gpio' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2012-10-15ARM: imx: move platform device code into mach-imxShawn Guo1-0/+32
It moves platform device code from plat-mxc into mach-imx. Along with that, header devices-common.h gets moved from plat-mxc/include/mach/ into mach-imx/devices/. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de>