commit | 6b5f02f31b5eab6e92060a7396d2773b074e3288 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Mon Apr 21 21:39:32 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 29 01:12:26 2014 -0400 |
tree | 9653687fd9b046e1b264674ad2c931ca013b9355 | |
parent | 8885ec7ca9db1bef558c7bb913829b8fa2d7e1d3 [diff] |
sparc32: fix sparse warnings in tadpole.c Fix following warnings: tadpole.c:21:6: warning: symbol 'cpu_pwr_save' was not declared. Should it be static? tadpole.c:101:13: warning: symbol 'clock_stop_probe' was not declared. Should it be static? This actually revealed that cpu_pwr_save is only assigned. It was left static with a TODO comment for now - this should be cleaned up later. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>