diff options
| author | 2009-02-09 10:32:48 +0100 | |
|---|---|---|
| committer | 2009-02-09 10:32:48 +0100 | |
| commit | 4ad476e11f94fd3724c6e272d8220e99cd222b27 (patch) | |
| tree | a8684d4ecbfe1d2b2b1e29ed74de65394ad21b43 /drivers/rtc/rtc-ds1390.c | |
| parent | ring_buffer: remove unused flags parameter, fix (diff) | |
| parent | Linux 2.6.29-rc4 (diff) | |
| download | linux-dev-4ad476e11f94fd3724c6e272d8220e99cd222b27.tar.xz linux-dev-4ad476e11f94fd3724c6e272d8220e99cd222b27.zip | |
Merge commit 'v2.6.29-rc4' into tracing/core
Diffstat (limited to 'drivers/rtc/rtc-ds1390.c')
| -rw-r--r-- | drivers/rtc/rtc-ds1390.c | 1 |
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; |
