Messages in this thread Patch in this message |  | | | Date | Sun, 21 Oct 2007 08:10:12 +0200 | | From | Krzysztof Helt <> | | Subject | [PATCH] s3c-rtc: remove unused variable |
From: Krzysztof Helt <krzysztof.h1@wp.pl>
This patch removes unused variable.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Acked-by: Ben Dooks <ben-linux@fluff.org> --- This patch was done against the 2.6.23-git13 kernel. diff -urp linux-ref/drivers/rtc/rtc-s3c.c linux-new/drivers/rtc/rtc-s3c.c --- linux-ref/drivers/rtc/rtc-s3c.c 2007-10-09 22:31:38.000000000 +0200 +++ linux-new/drivers/rtc/rtc-s3c.c 2007-10-18 23:01:07.601674574 +0200 @@ -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)
---------------------------------------------------------------------- Kandydaci na ring! Zagraj Kliknij >>> http://link.interia.pl/f1c32 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |