diff options
author | Krzysztof Wilczynski <kw@linux.com> | 2019-08-30 21:11:03 +0300 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2019-09-03 21:34:39 +0300 |
commit | 536129cc9a26a47ebda5123c992a875d7f81a746 (patch) | |
tree | 20040534e751f1475bdc235c932edaefca7c4f03 /drivers/leds/leds-ti-lmu-common.c | |
parent | 4e4210402639f16dfbfa5ba277aeb88fff401cec (diff) | |
download | linux-536129cc9a26a47ebda5123c992a875d7f81a746.tar.xz |
leds: lm3532: Move static keyword to the front of declarations
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: Krzysztof Wilczynski <kw@linux.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/leds-ti-lmu-common.c')
0 files changed, 0 insertions, 0 deletions