[PATCH] I2C: fix up ds1374.c driver so it will build.

From: Greg KH
Date: Wed Jun 22 2005 - 02:46:31 EST


[PATCH] I2C: fix up ds1374.c driver so it will build.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
commit a45cfe2cd7450e56b4f44802b34faaf2a78a6cdb
tree ca6f26f57cb96ff6ab4b9f1830f3f29f1185166d
parent bdca3f0aedde85552099aa95ab1449bf81e4f6f5
author Greg KH <gregkh@xxxxxxx> Thu, 09 Jun 2005 17:39:09 +0200
committer Greg Kroah-Hartman <gregkh@xxxxxxx> Tue, 21 Jun 2005 21:52:06 -0700

drivers/i2c/chips/ds1374.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/drivers/i2c/chips/ds1374.c b/drivers/i2c/chips/ds1374.c
--- a/drivers/i2c/chips/ds1374.c
+++ b/drivers/i2c/chips/ds1374.c
@@ -27,7 +27,6 @@
#include <linux/rtc.h>
#include <linux/bcd.h>

-#include <asm/time.h>
#include <asm/rtc.h>

#define DS1374_REG_TOD0 0x00
@@ -54,11 +53,8 @@ static unsigned short normal_addr[] = {

static struct i2c_client_address_data addr_data = {
.normal_i2c = normal_addr,
- .normal_i2c_range = ignore,
.probe = ignore,
- .probe_range = ignore,
.ignore = ignore,
- .ignore_range = ignore,
.force = ignore,
};


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/