projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec9a943
)
leds: eds-pca9532: mark pca9532_event() static
author
Sven Wegener
<sven.wegener@stealer.net>
Mon, 17 Nov 2008 14:33:41 +0000
(14:33 +0000)
committer
Richard Purdie
<rpurdie@linux.intel.com>
Thu, 8 Jan 2009 12:38:57 +0000
(12:38 +0000)
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
drivers/leds/leds-pca9532.c
patch
|
blob
|
history
diff --git
a/drivers/leds/leds-pca9532.c
b/drivers/leds/leds-pca9532.c
index 4064d4f6b33b41a99d093d3e05c65f281ed60588..f0883e6ebc50ec2dbe19a3dd004a5ee69e8ba7f4 100644
(file)
--- a/
drivers/leds/leds-pca9532.c
+++ b/
drivers/leds/leds-pca9532.c
@@
-151,8
+151,8
@@
static int pca9532_set_blink(struct led_classdev *led_cdev,
return pca9532_setpwm(client, 0, psc, led_cdev->brightness);
}
-
int pca9532_event(struct input_dev *dev, unsigned int type, unsigned int cod
e,
- int value)
+
static int pca9532_event(struct input_dev *dev, unsigned int typ
e,
+
unsigned int code,
int value)
{
struct pca9532_data *data = input_get_drvdata(dev);