From: Jean Delvare <khali@linux-fr.org>
Date: Tue, 6 Sep 2005 19:23:25 +0000 (+0200)
Subject: [PATCH] I2C: i2c-nforce2: drop unused define
X-Git-Tag: v2.6.14-rc1~12^2~1
X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6b7839007098a6b5612d31690e11277d4242e6ae;p=linux-2.6-omap-h63xx.git

[PATCH] I2C: i2c-nforce2: drop unused define

One more cleanup in i2c-nforce2.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---

diff --git a/drivers/i2c/busses/i2c-nforce2.c b/drivers/i2c/busses/i2c-nforce2.c
index e0b7a913431..fe9c0f42a2b 100644
--- a/drivers/i2c/busses/i2c-nforce2.c
+++ b/drivers/i2c/busses/i2c-nforce2.c
@@ -98,11 +98,6 @@ struct nforce2_smbus {
 #define NVIDIA_SMB_PRTCL_PEC			0x80
 
 
-/* Other settings */
-#define MAX_TIMEOUT 256
-
-
-
 static s32 nforce2_access(struct i2c_adapter *adap, u16 addr,
 		       unsigned short flags, char read_write,
 		       u8 command, int size, union i2c_smbus_data *data);