[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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2251cf1a4b
commit
6b78390070
@@ -98,11 +98,6 @@ struct nforce2_smbus {
|
|||||||
#define NVIDIA_SMB_PRTCL_PEC 0x80
|
#define NVIDIA_SMB_PRTCL_PEC 0x80
|
||||||
|
|
||||||
|
|
||||||
/* Other settings */
|
|
||||||
#define MAX_TIMEOUT 256
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static s32 nforce2_access(struct i2c_adapter *adap, u16 addr,
|
static s32 nforce2_access(struct i2c_adapter *adap, u16 addr,
|
||||||
unsigned short flags, char read_write,
|
unsigned short flags, char read_write,
|
||||||
u8 command, int size, union i2c_smbus_data *data);
|
u8 command, int size, union i2c_smbus_data *data);
|
||||||
|
Reference in New Issue
Block a user