|
@@ -251,8 +251,6 @@ static inline void i2c_set_adapdata (struct i2c_adapter *dev, void *data)
|
|
|
|
|
|
/*flags for the client struct: */
|
|
|
#define I2C_CLIENT_ALLOW_USE 0x01 /* Client allows access */
|
|
|
-#define I2C_CLIENT_ALLOW_MULTIPLE_USE 0x02 /* Allow multiple access-locks */
|
|
|
- /* on an i2c_client */
|
|
|
#define I2C_CLIENT_PEC 0x04 /* Use Packet Error Checking */
|
|
|
#define I2C_CLIENT_TEN 0x10 /* we have a ten bit chip address */
|
|
|
/* Must equal I2C_M_TEN below */
|