Skip to content

Commit

Permalink
leds: leds-pca955x - Mark pca955x_led_set() static
Browse files Browse the repository at this point in the history
Mark pca955x_led_set() as static

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
  • Loading branch information
Sven Wegener authored and Richard Purdie committed Oct 20, 2008
1 parent 85b064b commit 0adaf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-pca955x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0adaf6e

Please sign in to comment.