The patch titled rtc: remove unused var in drivers/rtc/rtc-r9701.c has been added to the -mm tree. Its filename is rtc-remove-unused-var-in-drivers-rtc-rtc-r9701o.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://www.zip.com.au/~akpm/linux/patches/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: 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 origin.patch rtc-remove-unused-var-in-drivers-rtc-rtc-r9701o.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