From: Anton Vorontsov Date: Wed, 14 Mar 2012 00:43:11 +0000 (+0400) Subject: ab8500: Turn unneeded global symbols into local ones X-Git-Tag: v3.4-rc1~20^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64eb9b02bfbbc2a53b6092cc12c1f42cc3261dbc;p=pandora-kernel.git ab8500: Turn unneeded global symbols into local ones The patch fixes the following sparse warning: drivers/power/ab8500_charger.c:1619:6: warning: symbol 'ab8500_charger_detect_usb_type_work' was not declared. Should it be static? drivers/power/abx500_chargalg.c:1709:24: warning: symbol 'abx500_chargalg_sysfs_ops' was not declared. Should it be static? drivers/power/ab8500_fg.c:2328:24: warning: symbol 'ab8500_fg_sysfs_ops' was not declared. Should it be static? Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed