diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-10-29 17:37:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-30 11:06:55 -0400 |
commit | c2db6376c934b9e4c0b905bee5222d5475bbd98a (patch) | |
tree | 9ba0d0a397444e2afad58c63600d72a9aebe17f1 /drivers/rtc | |
parent | 23f42b7b2e538a27bc457a9ba12a6656343dc5ea (diff) |
s3c-rtc: remove unused variable
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/rtc-s3c.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-s3c.c b/drivers/rtc/rtc-s3c.c index 8c1012b432bb..e2041b4d0c85 100644 --- a/drivers/rtc/rtc-s3c.c +++ b/drivers/rtc/rtc-s3c.c | |||
@@ -542,8 +542,6 @@ static int s3c_rtc_probe(struct platform_device *pdev) | |||
542 | 542 | ||
543 | /* RTC Power management control */ | 543 | /* RTC Power management control */ |
544 | 544 | ||
545 | static struct timespec s3c_rtc_delta; | ||
546 | |||
547 | static int ticnt_save; | 545 | static int ticnt_save; |
548 | 546 | ||
549 | static int s3c_rtc_suspend(struct platform_device *pdev, pm_message_t state) | 547 | static int s3c_rtc_suspend(struct platform_device *pdev, pm_message_t state) |