The patch titled Subject: drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static has been added to the -mm tree. Its filename is drivers-rtc-rtc-mc13xxxc-make-mc13xxx_rtc_idtable-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/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/ ------------------------------------------------------ From: Axel Lin <axel.lin@xxxxxxxxx> Subject: drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx> Acked-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-mc13xxx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/rtc/rtc-mc13xxx.c~drivers-rtc-rtc-mc13xxxc-make-mc13xxx_rtc_idtable-static drivers/rtc/rtc-mc13xxx.c --- a/drivers/rtc/rtc-mc13xxx.c~drivers-rtc-rtc-mc13xxxc-make-mc13xxx_rtc_idtable-static +++ a/drivers/rtc/rtc-mc13xxx.c @@ -399,7 +399,7 @@ static int __exit mc13xxx_rtc_remove(str return 0; } -const struct platform_device_id mc13xxx_rtc_idtable[] = { +static const struct platform_device_id mc13xxx_rtc_idtable[] = { { .name = "mc13783-rtc", }, { _ Subject: Subject: drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static Patches currently in -mm which might be from axel.lin@xxxxxxxxx are origin.patch linux-next.patch backlight-convert-drivers-video-backlight-to-use-module_platform_driver.patch leds-convert-led-platform-drivers-to-module_platform_driver.patch leds-convert-led-i2c-drivers-to-module_i2c_driver.patch leds-convert-leds-dac124s085-to-module_spi_driver.patch drivers-leds-leds-lp5523c-remove-unneeded-forward-declaration.patch leds-bd2802-use-gpio_request_one.patch leds-netxbig-use-gpio_request_one.patch drivers-leds-leds-mc13783c-fix-off-by-one-for-checking-num_leds.patch rtc-convert-drivers-rtc-to-use-module_platform_driver.patch drivers-rtc-rtc-mc13xxxc-make-mc13xxx_rtc_idtable-static.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