• Krzysztof Wilczynski's avatar
    leds: lm3532: Move static keyword to the front of declarations · 536129cc
    Krzysztof Wilczynski authored
    Move the static keyword to the front of declarations ramp_table,
    als_avrg_table and als_imp_table, and resolve the following
    compiler warnings that can be seen when building with warnings
    enabled (W=1):
    
    drivers/leds/leds-lm3532.c:209:1: warning:
    ‘static’ is not at beginning of declaration [-Wold-style-declaration]
    
    drivers/leds/leds-lm3532.c:266:1: warning:
    ‘static’ is not at beginning of declaration [-Wold-style-declaration]
    
    drivers/leds/leds-lm3532.c:281:1: warning:
    ‘static’ is not at beginning of declaration [-Wold-style-declaration]
    Signed-off-by: default avatarKrzysztof Wilczynski <kw@linux.com>
    Signed-off-by: default avatarJacek Anaszewski <jacek.anaszewski@gmail.com>
    536129cc
leds-lm3532.c 18.8 KB