charger-manager: of_cm_parse_desc() should be static
authorAnton Vorontsov <anton@enomsg.org>
Tue, 24 Dec 2013 02:17:05 +0000 (18:17 -0800)
committerAnton Vorontsov <anton@enomsg.org>
Tue, 24 Dec 2013 02:21:35 +0000 (18:21 -0800)
commit434a09f9c43ae5136774fb632440beb4f0081719
tree2aa03db0caa4e30cea42ae7552266b1a82df992f
parentfaffd234cf85ddfe3959055bea0af2d21bc85f63
charger-manager: of_cm_parse_desc() should be static

Fixes the following warning:

drivers/power/charger-manager.c:1539:21: warning: symbol
'of_cm_parse_desc' was not declared. Should it be static?

Signed-off-by: Anton Vorontsov <anton@enomsg.org>
drivers/power/charger-manager.c