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)
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

index df8327713d06566eeb58d8691fcc1ffc2e5952d6..b82b77cff24c2c7ae5bb5ee59fa16d88301c34c9 100644 (file)
@@ -243,7 +243,7 @@ static struct omap_hwmod_class ti81xx_rtc_hwmod_class = {
        .sysc           = &ti81xx_rtc_sysc,
 };
 
-struct omap_hwmod ti81xx_rtc_hwmod = {
+static struct omap_hwmod ti81xx_rtc_hwmod = {
        .name           = "rtc",
        .class          = &ti81xx_rtc_hwmod_class,
        .clkdm_name     = "alwon_l3s_clkdm",