Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit e61bcf4

Browse files
hkallweitAndi Shyti
authored andcommitted
i2c: Remove I2C_CLASS_SPD
Remove this class after all users have been gone. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
1 parent e6722ea commit e61bcf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/i2c.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,6 @@ static inline void i2c_mark_adapter_resumed(struct i2c_adapter *adap)
852852

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

0 commit comments

Comments
 (0)