提交 0d733579 编写于 作者: S Sven Wegener 提交者: Richard Purdie

leds: eds-pca9532: mark pca9532_event() static

Signed-off-by: NSven Wegener <sven.wegener@stealer.net>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NRichard Purdie <rpurdie@linux.intel.com>
上级 ec9a943c
...@@ -151,8 +151,8 @@ static int pca9532_set_blink(struct led_classdev *led_cdev, ...@@ -151,8 +151,8 @@ static int pca9532_set_blink(struct led_classdev *led_cdev,
return pca9532_setpwm(client, 0, psc, led_cdev->brightness); return pca9532_setpwm(client, 0, psc, led_cdev->brightness);
} }
int pca9532_event(struct input_dev *dev, unsigned int type, unsigned int code, static int pca9532_event(struct input_dev *dev, unsigned int type,
int value) unsigned int code, int value)
{ {
struct pca9532_data *data = input_get_drvdata(dev); struct pca9532_data *data = input_get_drvdata(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册