Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 878f00b0 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

i2c: i2c-ocores: 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: default avatarWolfram Sang <wsa@the-dreams.de>
Acked-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 8e57c783
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ static const struct i2c_algorithm ocores_algorithm = {
static struct i2c_adapter ocores_adapter = {
	.owner		= THIS_MODULE,
	.name		= "i2c-ocores",
	.class		= I2C_CLASS_HWMON | I2C_CLASS_SPD,
	.class		= I2C_CLASS_HWMON | I2C_CLASS_SPD | I2C_CLASS_DEPRECATED,
	.algo		= &ocores_algorithm,
};