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)
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>

No differences found