The patch titled s3c-rtc: remove unused variable has been added to the -mm tree. Its filename is s3c-rtc-remove-unused-variable.patch *** 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 ------------------------------------------------------ Subject: s3c-rtc: remove unused variable From: Krzysztof Helt <krzysztof.h1@xxxxx> Signed-off-by: Krzysztof Helt <krzysztof.h1@xxxxx> Acked-by: Ben Dooks <ben-linux@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-s3c.c | 2 -- 1 file changed, 2 deletions(-) diff -puN drivers/rtc/rtc-s3c.c~s3c-rtc-remove-unused-variable drivers/rtc/rtc-s3c.c --- a/drivers/rtc/rtc-s3c.c~s3c-rtc-remove-unused-variable +++ a/drivers/rtc/rtc-s3c.c @@ -542,8 +542,6 @@ static int s3c_rtc_probe(struct platform /* RTC Power management control */ -static struct timespec s3c_rtc_delta; - static int ticnt_save; static int s3c_rtc_suspend(struct platform_device *pdev, pm_message_t state) _ Patches currently in -mm which might be from krzysztof.h1@xxxxx are git-alsa.patch s3c-rtc-remove-unused-variable.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