aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-06 15:23:25 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-09-09 17:34:21 -0400
commit6b7839007098a6b5612d31690e11277d4242e6ae (patch)
treee9221dec00fc57cdc82e513923c39c2beab6ca3a /drivers/i2c
parent2251cf1a4b37bd483501614c2d78f5b8286f20d7 (diff)
[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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-nforce2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/i2c/busses/i2c-nforce2.c b/drivers/i2c/busses/i2c-nforce2.c
index e0b7a913431e..fe9c0f42a2b7 100644
--- a/drivers/i2c/busses/i2c-nforce2.c
+++ b/drivers/i2c/busses/i2c-nforce2.c
@@ -98,11 +98,6 @@ struct nforce2_smbus {
98#define NVIDIA_SMB_PRTCL_PEC 0x80 98#define NVIDIA_SMB_PRTCL_PEC 0x80
99 99
100 100
101/* Other settings */
102#define MAX_TIMEOUT 256
103
104
105
106static s32 nforce2_access(struct i2c_adapter *adap, u16 addr, 101static s32 nforce2_access(struct i2c_adapter *adap, u16 addr,
107 unsigned short flags, char read_write, 102 unsigned short flags, char read_write,
108 u8 command, int size, union i2c_smbus_data *data); 103 u8 command, int size, union i2c_smbus_data *data);