summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1390.c
diff options
context:
space:
mode:
authorManish Katiyar2009-02-05 00:12:19 +0100
committerLinus Torvalds2009-02-05 21:56:48 +0100
commitcd29cf7d112aa022cfcfb257ffe3d89ffbd1d820 (patch)
tree7101504f35d76774355dfb73be12bee3e682e8a5 /drivers/rtc/rtc-ds1390.c
parentdrivers/video/backlight: rename da903x to da903x_bl (diff)
downloadkernel-qcow2-linux-cd29cf7d112aa022cfcfb257ffe3d89ffbd1d820.tar.gz
kernel-qcow2-linux-cd29cf7d112aa022cfcfb257ffe3d89ffbd1d820.tar.xz
kernel-qcow2-linux-cd29cf7d112aa022cfcfb257ffe3d89ffbd1d820.zip
rtc-ds1390: fix compilation warnings in drivers/rtc/rtc-ds1390.c
drivers/rtc/rtc-ds1390.c:125: warning: unused variable 'rtc' Signed-off-by: Manish Katiyar <mkatiyar@gmail.com> Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-ds1390.c')
-rw-r--r--drivers/rtc/rtc-ds1390.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds1390.c b/drivers/rtc/rtc-ds1390.c
index e54b5c619bdf..e01b955db077 100644
--- a/drivers/rtc/rtc-ds1390.c
+++ b/drivers/rtc/rtc-ds1390.c
@@ -122,7 +122,6 @@ static const struct rtc_class_ops ds1390_rtc_ops = {
static int __devinit ds1390_probe(struct spi_device *spi)
{
- struct rtc_device *rtc;
unsigned char tmp;
struct ds1390 *chip;
int res;