[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.0809201155280.22510@titan.stealer.net>
Date: Sat, 20 Sep 2008 11:56:50 +0200 (CEST)
From: Sven Wegener <sven.wegener@...aler.net>
To: rpurdie@...ys.net
cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
Subject: [PATCH] leds-pca955x: Mark pca955x_led_set() static
Signed-off-by: Sven Wegener <sven.wegener@...aler.net>
---
drivers/leds/leds-pca955x.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/leds/leds-pca955x.c b/drivers/leds/leds-pca955x.c
index 146c069..e943e4d 100644
--- a/drivers/leds/leds-pca955x.c
+++ b/drivers/leds/leds-pca955x.c
@@ -226,7 +226,8 @@ 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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists