X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fleds%2Fleds-pca955x.c;h=4e2d1a42b48f41ed4ae0bcabfb672fec5b7e0600;hb=167c6274c30d17c41742096d1a12c32bd3b7e366;hp=f508729123b54795480eb1ec25092107fd4f4857;hpb=4c7145a1ec1bb789d5f07e47510e8bda546a7c4a;p=~andy%2Flinux diff --git a/drivers/leds/leds-pca955x.c b/drivers/leds/leds-pca955x.c index f508729123b..4e2d1a42b48 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;