The patch titled rtc: remove unused var in drivers/rtc/rtc-r9701.c has been removed from the -mm tree. Its filename was rtc-remove-unused-var-in-drivers-rtc-rtc-r9701o.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: rtc: remove unused var in drivers/rtc/rtc-r9701.c From: Johann Felix Soden <johfel@xxxxxxxxxxxxxxxxxxxxx> fix this build warning: drivers/rtc/rtc-r9701.c: In function 'r9701_get_datetime': drivers/rtc/rtc-r9701.c:74: warning: unused variable 'time' Signed-off-by: Johann Felix Soden <johfel@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-r9701.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/rtc/rtc-r9701.c~rtc-remove-unused-var-in-drivers-rtc-rtc-r9701o drivers/rtc/rtc-r9701.c --- a/drivers/rtc/rtc-r9701.c~rtc-remove-unused-var-in-drivers-rtc-rtc-r9701o +++ a/drivers/rtc/rtc-r9701.c @@ -71,7 +71,6 @@ static int read_regs(struct device *dev, static int r9701_get_datetime(struct device *dev, struct rtc_time *dt) { - unsigned long time; int ret; unsigned char buf[] = { RSECCNT, RMINCNT, RHRCNT, RDAYCNT, RMONCNT, RYRCNT }; _ Patches currently in -mm which might be from johfel@xxxxxxxxxxxxxxxxxxxxx are uml-fix-initrd-printk.patch uml-fix-helper_wait-calls-in-watchdog.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