Skip to content

Commit

Permalink
i2c: Remove I2C_CLASS_SPD
Browse files Browse the repository at this point in the history
Remove this class after all users have been gone.

Signed-off-by: Heiner Kallweit <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
  • Loading branch information
hkallweit authored and Andi Shyti committed May 23, 2024
1 parent e6722ea commit e61bcf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,6 @@ static inline void i2c_mark_adapter_resumed(struct i2c_adapter *adap)

/* i2c adapter classes (bitmask) */
#define I2C_CLASS_HWMON (1<<0) /* lm_sensors, ... */
#define I2C_CLASS_SPD (1<<7) /* Memory modules */
/* Warn users that the adapter doesn't support classes anymore */
#define I2C_CLASS_DEPRECATED (1<<8)

Expand Down

0 comments on commit e61bcf4

Please sign in to comment.