diff options
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 33a5992d4936..0184de4050b8 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -397,7 +397,6 @@ static inline void i2c_set_adapdata(struct i2c_adapter *dev, void *data) | |||
397 | #define I2C_CLASS_CAM_DIGITAL (1<<5) /* most webcams */ | 397 | #define I2C_CLASS_CAM_DIGITAL (1<<5) /* most webcams */ |
398 | #define I2C_CLASS_SOUND (1<<6) /* sound devices */ | 398 | #define I2C_CLASS_SOUND (1<<6) /* sound devices */ |
399 | #define I2C_CLASS_SPD (1<<7) /* SPD EEPROMs and similar */ | 399 | #define I2C_CLASS_SPD (1<<7) /* SPD EEPROMs and similar */ |
400 | #define I2C_CLASS_ALL (UINT_MAX) /* all of the above */ | ||
401 | 400 | ||
402 | /* i2c_client_address_data is the struct for holding default client | 401 | /* i2c_client_address_data is the struct for holding default client |
403 | * addresses for a driver and for the parameters supplied on the | 402 | * addresses for a driver and for the parameters supplied on the |