diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-10-30 00:37:24 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-30 18:06:55 +0300 |
commit | c2db6376c934b9e4c0b905bee5222d5475bbd98a (patch) | |
tree | 9ba0d0a397444e2afad58c63600d72a9aebe17f1 /drivers/rtc | |
parent | 23f42b7b2e538a27bc457a9ba12a6656343dc5ea (diff) | |
download | linux-c2db6376c934b9e4c0b905bee5222d5475bbd98a.tar.xz |
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) /* 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) |