summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSven Wegener <sven.wegener@stealer.net>2008-10-20 22:57:56 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2008-10-20 22:57:56 +0100
commit0adaf6e4c23dd8a7ab20fb3acaa58e3f8422ac60 (patch)
tree0ff74c9cc493aece4b12c6d025960a8964ff3fd9 /drivers
parent85b064b66400abf626b0e9754118c2a8a212c19b (diff)
downloadlinux-0adaf6e4c23dd8a7ab20fb3acaa58e3f8422ac60.tar.gz
linux-0adaf6e4c23dd8a7ab20fb3acaa58e3f8422ac60.tar.xz
leds: leds-pca955x - Mark pca955x_led_set() static
Mark pca955x_led_set() as static Signed-off-by: Sven Wegener <sven.wegener@stealer.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/leds/leds-pca955x.c2
1 files changed, 1 insertions, 1 deletions
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;