The patch titled leds-pca955x: mark pca955x_led_set() static has been added to the -mm tree. Its filename is leds-pca955x-mark-pca955x_led_set-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-pca955x: mark pca955x_led_set() 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-pca955x.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/leds/leds-pca955x.c~leds-pca955x-mark-pca955x_led_set-static drivers/leds/leds-pca955x.c --- a/drivers/leds/leds-pca955x.c~leds-pca955x-mark-pca955x_led_set-static +++ a/drivers/leds/leds-pca955x.c @@ -226,7 +226,8 @@ static void pca955x_led_work(struct work pca955x_write_ls(pca955x->client, chip_ls, ls); } -void pca955x_led_set(struct led_classdev *led_cdev, enum led_brightness value) +static void pca955x_led_set(struct led_classdev *led_cdev, + enum led_brightness value) { struct pca955x_led *pca955x; _ 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