The patch titled backlight: ams369fg06: Staticize ams369fg06_shutdown has been added to the -mm tree. Its filename is backlight-ams369fg06-staticize-ams369fg06_shutdown.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/stuff/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: backlight: ams369fg06: Staticize ams369fg06_shutdown From: Axel Lin <axel.lin@xxxxxxxxx> It's only used in ams369fg06.c, no need for it to be in the global namespace. Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx> Cc: Jingoo Han <jg1.han@xxxxxxxxxxx> Cc: Richard Purdie <rpurdie@xxxxxxxxx> Cc: Inki Dae <inki.dae@xxxxxxxxxxx> Cc: anish singh <anish198519851985@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/backlight/ams369fg06.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/backlight/ams369fg06.c~backlight-ams369fg06-staticize-ams369fg06_shutdown drivers/video/backlight/ams369fg06.c --- a/drivers/video/backlight/ams369fg06.c~backlight-ams369fg06-staticize-ams369fg06_shutdown +++ a/drivers/video/backlight/ams369fg06.c @@ -605,7 +605,7 @@ static int ams369fg06_resume(struct spi_ #define ams369fg06_resume NULL #endif -void ams369fg06_shutdown(struct spi_device *spi) +static void ams369fg06_shutdown(struct spi_device *spi) { struct ams369fg06 *lcd = dev_get_drvdata(&spi->dev); _ Patches currently in -mm which might be from axel.lin@xxxxxxxxx are origin.patch backlight-set-backlight-type-and-max_brightness-before-backlights-are-registered.patch linux-next.patch drivers-video-backlight-ld9040c-small-fixes.patch backlight-add-ams369fg06-amoled-driver-unregister-backlight-device-when-unload-the-module.patch backlight-ams369fg06-staticize-ams369fg06_shutdown.patch drivers-leds-leds-sunfirec-fix-sunfire_led_generic_probe-error-handling.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