]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
leds-led-module-for-da9052-53-pmic-v2-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 25 Apr 2012 01:03:59 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:32 +0000 (15:17 +1000)
Cc: Ashish Jangam <ashish.jangam@kpitcummins.com>
Cc: David Dajun Chen <dchen@diasemi.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/leds/leds-da9052.c

index 34b5bec11908c70046235e9a04214321e7275b6c..58a5244c437e94661515243089299c7fd4b30747 100644 (file)
@@ -40,7 +40,7 @@ struct da9052_led {
        int brightness;
 };
 
-unsigned char led_reg[] = {
+static unsigned char led_reg[] = {
        DA9052_LED_CONT_4_REG,
        DA9052_LED_CONT_5_REG,
 };