The patch titled rtc-add-support-for-stk17ta8-chip-fix has been removed from the -mm tree. Its filename was rtc-add-support-for-stk17ta8-chip-fix.patch This patch was dropped because it was folded into rtc-add-support-for-stk17ta8-chip.patch ------------------------------------------------------ Subject: rtc-add-support-for-stk17ta8-chip-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Cc: Thomas Hommel <thomas.hommel@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-stk17ta8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/rtc/rtc-stk17ta8.c~rtc-add-support-for-stk17ta8-chip-fix drivers/rtc/rtc-stk17ta8.c --- a/drivers/rtc/rtc-stk17ta8.c~rtc-add-support-for-stk17ta8-chip-fix +++ a/drivers/rtc/rtc-stk17ta8.c @@ -303,7 +303,7 @@ static int __init stk17ta8_rtc_probe(str struct resource *res; unsigned int cal; unsigned int flags; - struct rtc_plat_data *pdata = NULL; + struct rtc_plat_data *pdata; void __iomem *ioaddr = NULL; int ret = 0; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch revert-pie-randomization.patch clockevents-fix-resume-logic.patch ntp-move-the-cmos-update-code-into-ntpc.patch rtc-add-support-for-stk17ta8-chip.patch rtc-add-support-for-stk17ta8-chip-fix.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