From: Jingoo Han Date: Fri, 2 Aug 2013 02:49:45 +0000 (-0700) Subject: leds: leds-ss4200: Staticize nasgpio_led_get_attr() X-Git-Tag: v3.12-rc1~32^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e87c09209cce10a0744eb28c25e93fe9fdc3e81;p=pandora-kernel.git leds: leds-ss4200: Staticize nasgpio_led_get_attr() nasgpio_led_get_attr() is used only in this file. Fix the following sparse warning: drivers/leds/leds-ss4200.c:200:5: warning: symbol 'nasgpio_led_get_attr' was not declared. Should it be static? Signed-off-by: Jingoo Han Signed-off-by: Bryan Wu --- Reading git-diff-tree failed