commit | 434a09f9c43ae5136774fb632440beb4f0081719 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <anton@enomsg.org> | Mon Dec 23 18:17:05 2013 -0800 |
committer | Anton Vorontsov <anton@enomsg.org> | Mon Dec 23 18:21:35 2013 -0800 |
tree | 2aa03db0caa4e30cea42ae7552266b1a82df992f | |
parent | faffd234cf85ddfe3959055bea0af2d21bc85f63 [diff] |
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>