diff options
Diffstat (limited to 'drivers/leds/leds-pca955x.c')
-rw-r--r-- | drivers/leds/leds-pca955x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-pca955x.c b/drivers/leds/leds-pca955x.c index f508729123b5..4e2d1a42b48f 100644 --- a/drivers/leds/leds-pca955x.c +++ b/drivers/leds/leds-pca955x.c | |||
@@ -226,7 +226,7 @@ static void pca955x_led_work(struct work_struct *work) | |||
226 | pca955x_write_ls(pca955x->client, chip_ls, ls); | 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 | struct pca955x_led *pca955x; | 231 | struct pca955x_led *pca955x; |
232 | 232 | ||