soc: ti: pm33xx: Make two symbols static
authorYueHaibing <yuehaibing@huawei.com>
Sat, 13 Apr 2019 14:12:43 +0000 (22:12 +0800)
committerTony Lindgren <tony@atomide.com>
Tue, 13 Aug 2019 12:05:38 +0000 (05:05 -0700)
commit4a65bbb9109ed7edd4b6ed7168ced48abb8561a2
tree521c24d079ebf6338e759a5f05a34bb9cf5ef7d3
parentd8e0cecbcaf09f38661bfb7da4c1e62297308672
soc: ti: pm33xx: Make two symbols static

Fix sparse warnings:

drivers/soc/ti/pm33xx.c:144:27: warning: symbol 'rtc_wake_src' was not declared. Should it be static?
drivers/soc/ti/pm33xx.c:160:5: warning: symbol 'am33xx_rtc_only_idle' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/soc/ti/pm33xx.c