[PATCH] i2c: ID redefinition cleanups
Fix several redefinitions of i2c IDs. i2c IDs must not be defined outside of i2c-id.h. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Henk Vergonet <henk@god.dyndns.org> Acked-by: Mark McClelland <mark@alpha.dyndns.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6344a8ece0
commit
cd19cc4732
@ -83,11 +83,6 @@ struct s_i2c_chip {
|
||||
/*
|
||||
* i2c configuration
|
||||
*/
|
||||
#ifndef I2C_HW_B_S3VIA
|
||||
#define I2C_HW_B_S3VIA 0x18 /* S3VIA ProSavage adapter */
|
||||
#endif
|
||||
|
||||
/* delays */
|
||||
#define CYCLE_DELAY 10
|
||||
#define TIMEOUT (HZ / 2)
|
||||
|
||||
|
Reference in New Issue
Block a user