The patch titled leds-pca9532: mark pca9532_event() static has been added to the -mm tree. Its filename is leds-pca9532-mark-pca9532_event-static.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: leds-pca9532: mark pca9532_event() static From: Sven Wegener <sven.wegener@xxxxxxxxxxx> Signed-off-by: Sven Wegener <sven.wegener@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/leds/leds-pca9532.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/leds/leds-pca9532.c~leds-pca9532-mark-pca9532_event-static drivers/leds/leds-pca9532.c --- a/drivers/leds/leds-pca9532.c~leds-pca9532-mark-pca9532_event-static +++ a/drivers/leds/leds-pca9532.c @@ -151,8 +151,8 @@ static int pca9532_set_blink(struct led_ 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); _ Patches currently in -mm which might be from sven.wegener@xxxxxxxxxxx are linux-next.patch leds-avoid-needless-strlen-for-attributes.patch leds-wrap-use-default-on-trigger-for-power-led.patch leds-pca955x-mark-pca955x_led_set-static.patch leds-pca9532-mark-pca9532_event-static.patch leds-fsg-change-order-of-initialization-and-deinitialization.patch leds-pca955x-add-proper-error-handling-and-fix-bogus-memory-handling.patch md-check-for-memory-allocation-failure-in-faulty-personality.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html