projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6722ea
)
i2c: Remove I2C_CLASS_SPD
author
Heiner Kallweit
<hkallweit1@gmail.com>
Mon, 15 Apr 2024 20:50:27 +0000
(22:50 +0200)
committer
Andi Shyti
<andi.shyti@kernel.org>
Thu, 23 May 2024 11:38:15 +0000
(13:38 +0200)
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>
include/linux/i2c.h
patch
|
blob
|
history
diff --git
a/include/linux/i2c.h
b/include/linux/i2c.h
index 5e6cd43a6dbdd9fcd29e30d59492c736a149e25a..9709537370ee9b993e7baf1118588755e1f98017 100644
(file)
--- a/
include/linux/i2c.h
+++ b/
include/linux/i2c.h
@@
-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)