1
0
Fork 0

leds: eds-pca9532: mark pca9532_event() static

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>
hifive-unleashed-5.1
Sven Wegener 2008-11-17 14:33:41 +00:00 committed by Richard Purdie
parent ec9a943ce9
commit 0d73357910
1 changed files with 2 additions and 2 deletions

View File

@ -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 code,
int value)
static int pca9532_event(struct input_dev *dev, unsigned int type,
unsigned int code, int value)
{
struct pca9532_data *data = input_get_drvdata(dev);