Skip to content
Snippets Groups Projects
Commit 0d733579 authored by Sven Wegener's avatar Sven Wegener Committed by Richard Purdie
Browse files

leds: eds-pca9532: mark pca9532_event() static

parent ec9a943c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment