diff options
author | Wolfram Sang | 2024-06-03 08:51:53 +0200 |
---|---|---|
committer | Wolfram Sang | 2024-06-03 08:51:53 +0200 |
commit | c4aff1d1ec90d9596c71b6f06b0bfab40a36a34a (patch) | |
tree | df89b3cb03da0a750c2f4740414def6c85c56d0f /include | |
parent | c3f38fa61af77b49866b006939479069cd451173 (diff) | |
parent | e61bcf42d290e73025bab38e0e55a5586c2d8ad5 (diff) |
Merge tag 'i2c-host-6.10-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current
Removed the SPD class of i2c devices from the device core.
Additionally, a cleanup in the Synquacer code removes the pclk
from the global structure, as it is used only in the probe.
Therefore, it is now declared locally.
Diffstat (limited to 'include')
-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 5e6cd43a6dbd..9709537370ee 100644 --- 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) |