Browse Source

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>
Sven Wegener 16 years ago
parent
commit
0d73357910
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/leds/leds-pca9532.c

+ 2 - 2
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 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);