ARM: OMAP2+: Make symbol 'pdata_quirks_init_clocks' static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 18 Mar 2021 13:56:49 +0000 (13:56 +0000)
committerTony Lindgren <tony@atomide.com>
Wed, 24 Mar 2021 10:17:38 +0000 (12:17 +0200)
commitaa4e133184eac7fdba7df4ac3bdce8711cbc42b6
tree4bd618c421467851b73e79ce28cd4dd2ea8390a1
parente259c2926c016dd815e5547412356d378fc1f589
ARM: OMAP2+: Make symbol 'pdata_quirks_init_clocks' static

The sparse tool complains as follows:

arch/arm/mach-omap2/pdata-quirks.c:578:1: warning:
 symbol 'pdata_quirks_init_clocks' was not declared. Should it be static?

This symbol is not used outside of pdata-quirks.c, so this
commit marks it static.

Fixes: a15de032a72d ("ARM: OMAP2+: Init both prm and prcm nodes early for clocks")
Reported-by: Hulk Robot <hulkci@huawei.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pdata-quirks.c