mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 16:41:39 +00:00
i2c: i2c-xiic: deprecate class based instantiation
Warn users that class based instantiation is going away soon in favour of more robust probing and faster bootup times. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
85fff8b538
commit
a9965d73fd
@ -684,7 +684,7 @@ static const struct i2c_algorithm xiic_algorithm = {
|
||||
static struct i2c_adapter xiic_adapter = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = DRIVER_NAME,
|
||||
.class = I2C_CLASS_HWMON | I2C_CLASS_SPD,
|
||||
.class = I2C_CLASS_HWMON | I2C_CLASS_SPD | I2C_CLASS_DEPRECATED,
|
||||
.algo = &xiic_algorithm,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user