Commit 0adaf6e4c23dd8a7ab20fb3acaa58e3f8422ac60
Committed by
Richard Purdie
1 parent
85b064b664
Exists in
master
and in
7 other branches
leds: leds-pca955x - Mark pca955x_led_set() static
Mark pca955x_led_set() as static Signed-off-by: Sven Wegener <sven.wegener@stealer.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/leds/leds-pca955x.c
... | ... | @@ -226,7 +226,7 @@ |
226 | 226 | pca955x_write_ls(pca955x->client, chip_ls, ls); |
227 | 227 | } |
228 | 228 | |
229 | -void pca955x_led_set(struct led_classdev *led_cdev, enum led_brightness value) | |
229 | +static void pca955x_led_set(struct led_classdev *led_cdev, enum led_brightness value) | |
230 | 230 | { |
231 | 231 | struct pca955x_led *pca955x; |
232 | 232 |