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

Commit 04eceb00 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

i2c: i2c-omap: 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>
parent 0c176170
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1238,7 +1238,7 @@ omap_i2c_probe(struct platform_device *pdev)
	adap = &dev->adapter;
	i2c_set_adapdata(adap, dev);
	adap->owner = THIS_MODULE;
	adap->class = I2C_CLASS_HWMON;
	adap->class = I2C_CLASS_HWMON | I2C_CLASS_DEPRECATED;
	strlcpy(adap->name, "OMAP I2C adapter", sizeof(adap->name));
	adap->algo = &omap_i2c_algo;
	adap->dev.parent = &pdev->dev;