Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;