]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP: make ti81xx_rtc_hwmod static
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 21 Jun 2016 12:47:16 +0000 (13:47 +0100)
committerTony Lindgren <tony@atomide.com>
Wed, 22 Jun 2016 10:05:18 +0000 (03:05 -0700)
commit10c836d08b9b283c8e931a2a5cbf63e1ed3c2c41
treedd5ea29febe919a035979a9929805ec37d117362
parent8bac081ff820e8241f2df27b55f00d9ff6385fbe
ARM: OMAP: make ti81xx_rtc_hwmod static

The ti81xx_rtc_hwmod is not exported, or declared outside the file
arch/arm/mach-omap2/omap_hwmod_81xx_data.c so make it static to
avoid the following warning:

arch/arm/mach-omap2/omap_hwmod_81xx_data.c:246:19: warning: symbol 'ti81xx_rtc_hwmod' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod_81xx_data.c