Home
last modified time | relevance | path

Searched hist:aa4e133184eac7fdba7df4ac3bdce8711cbc42b6 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-omap2/
H A Dpdata-quirks.cdiff aa4e133184eac7fdba7df4ac3bdce8711cbc42b6 Thu Mar 18 14:56:49 CET 2021 Wei Yongjun <weiyongjun1@huawei.com> 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>