OSDN Git Service

leds: ti-lmu-common: Move static keyword to the front of declaration
authorKrzysztof Wilczynski <kw@linux.com>
Fri, 30 Aug 2019 18:11:04 +0000 (20:11 +0200)
committerJacek Anaszewski <jacek.anaszewski@gmail.com>
Tue, 3 Sep 2019 18:34:46 +0000 (20:34 +0200)
commitba7eb84f71692d6ece8d5782ab1658fe7f6c0cad
tree1df80ac11d67964fbf4b18039ca019ed8bb367b8
parent536129cc9a26a47ebda5123c992a875d7f81a746
leds: ti-lmu-common: Move static keyword to the front of declaration

Move the static keyword to the front of declaration of ramp_table,
and resolve the following compiler warning that can be seen when
building with warnings enabled (W=1):

drivers/leds/leds-ti-lmu-common.c:14: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>
drivers/leds/leds-ti-lmu-common.c