The patch titled drivers/rtc/rtc-mc13xxx.c: fix unterminated platform_device_id table has been removed from the -mm tree. Its filename was rtc-rtc-mc13xxx-fix-unterminated-platform_device_id-table.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drivers/rtc/rtc-mc13xxx.c: fix unterminated platform_device_id table From: Axel Lin <axel.lin@xxxxxxxxx> The platform_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx> Acked-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-mc13xxx.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/rtc/rtc-mc13xxx.c~rtc-rtc-mc13xxx-fix-unterminated-platform_device_id-table drivers/rtc/rtc-mc13xxx.c --- a/drivers/rtc/rtc-mc13xxx.c~rtc-rtc-mc13xxx-fix-unterminated-platform_device_id-table +++ a/drivers/rtc/rtc-mc13xxx.c @@ -401,6 +401,7 @@ const struct platform_device_id mc13xxx_ }, { .name = "mc13892-rtc", }, + { } }; static struct platform_driver mc13xxx_rtc_driver = { _ Patches currently in -mm which might be from axel.lin@xxxxxxxxx are origin.patch linux-next.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