Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);