ARM: OMAP2+: Make some variables static
authorYueHaibing <yuehaibing@huawei.com>
Sat, 13 Apr 2019 14:17:44 +0000 (22:17 +0800)
committerTony Lindgren <tony@atomide.com>
Mon, 10 Jun 2019 12:16:38 +0000 (05:16 -0700)
commit9037829ca29e53e885c0e4ec0a9d203ec5fa77d8
treedc5e98970823fd2fa6048397b03dccabff28585a
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
ARM: OMAP2+: Make some variables static

Fix sparse warnings:

arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c:532:25: warning: symbol 'am33xx_gpio_hwmod_class' was not declared. Should it be static?
arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c:542:19: warning: symbol 'am33xx_gpio1_hwmod' was not declared. Should it be static?
arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c:562:19: warning: symbol 'am33xx_gpio2_hwmod' was not declared. Should it be static?
arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c:582:19: warning: symbol 'am33xx_gpio3_hwmod' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c