]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: fix missing includes
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 8 Jun 2016 17:23:40 +0000 (18:23 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sun, 12 Jun 2016 11:48:09 +0000 (19:48 +0800)
commit8d19c52166d8bbc6d084a56200db256be8f6294e
treefc269a22159ba1ec4536ab941a1e4276174b743a
parent1d0c88d71e8dabae43a40c6ad7eaa165215e1c03
ARM: imx: fix missing includes

Fix the following warnings by adding the include files
that define them:

arch/arm/mach-imx/devices/devices.c:25:15: warning: symbol 'mxc_aips_bus' was not declared. Should it be static?
arch/arm/mach-imx/devices/devices.c:29:15: warning: symbol 'mxc_ahb_bus' was not declared. Should it be static?
arch/arm/mach-imx/devices/devices.c:33:12: warning: symbol 'mxc_device_init' 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/devices.c