From: Sven Wegener Date: Mon, 20 Oct 2008 21:57:56 +0000 (+0100) Subject: leds: leds-pca955x - Mark pca955x_led_set() static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0adaf6e4c23dd8a7ab20fb3acaa58e3f8422ac60;p=linux-beck.git leds: leds-pca955x - Mark pca955x_led_set() static Mark pca955x_led_set() as static Signed-off-by: Sven Wegener Signed-off-by: Richard Purdie --- 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) 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;