i2c: i2c-xiic: deprecate class based instantiation
authorWolfram Sang <wsa@the-dreams.de>
Mon, 10 Feb 2014 10:04:11 +0000 (11:04 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 28 Mar 2014 07:55:04 +0000 (08:55 +0100)
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>
drivers/i2c/busses/i2c-xiic.c

index 28107502517f19005860861ca9ff17f785295575..7731f1795869f0f852e180413130812a66043af2 100644 (file)
@@ -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,
 };
 
This page took 0.026475 seconds and 5 git commands to generate.