]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: fix missing include of common.h
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 8 Jun 2016 17:26:17 +0000 (18:26 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sun, 12 Jun 2016 11:48:09 +0000 (19:48 +0800)
commiteef660c7af144edc63e3c935fa9b66a44634a8bb
tree890d15bee93f7d17c29bd23474cd644a3fb7d3bd
parent8d19c52166d8bbc6d084a56200db256be8f6294e
ARM: imx: fix missing include of common.h

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>
arch/arm/mach-imx/devices/platform-gpio-mxc.c