Commit 0adaf6e4 authored by Sven Wegener's avatar Sven Wegener Committed by Richard Purdie

leds: leds-pca955x - Mark pca955x_led_set() static

Mark pca955x_led_set() as static
Signed-off-by: default avatarSven Wegener <sven.wegener@stealer.net>
Signed-off-by: default avatarRichard Purdie <rpurdie@linux.intel.com>
parent 85b064b6
...@@ -226,7 +226,7 @@ static void pca955x_led_work(struct work_struct *work) ...@@ -226,7 +226,7 @@ static void pca955x_led_work(struct work_struct *work)
pca955x_write_ls(pca955x->client, chip_ls, ls); pca955x_write_ls(pca955x->client, chip_ls, ls);
} }
void pca955x_led_set(struct led_classdev *led_cdev, enum led_brightness value) static void pca955x_led_set(struct led_classdev *led_cdev, enum led_brightness value)
{ {
struct pca955x_led *pca955x; struct pca955x_led *pca955x;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment