commit | 4a65bbb9109ed7edd4b6ed7168ced48abb8561a2 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Sat Apr 13 22:12:43 2019 +0800 |
committer | Tony Lindgren <tony@atomide.com> | Tue Aug 13 05:05:38 2019 -0700 |
tree | 521c24d079ebf6338e759a5f05a34bb9cf5ef7d3 | |
parent | d8e0cecbcaf09f38661bfb7da4c1e62297308672 [diff] |
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>