diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-02-10 05:04:07 -0500 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-03-12 15:24:10 -0400 |
commit | 5304032c9ebe5ed8a6dcac328bb399fb87c5c9af (patch) | |
tree | 5c80910531b47dff020e21871f4fbf0ae5074483 | |
parent | 75b6c4b68f0b4cb94b1780f1863766a589aebc95 (diff) |
i2c: i2c-s3c2410: 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>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | drivers/i2c/busses/i2c-s3c2410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2c/busses/i2c-s3c2410.c index 684d21e71e4a..8162901ff753 100644 --- a/drivers/i2c/busses/i2c-s3c2410.c +++ b/drivers/i2c/busses/i2c-s3c2410.c | |||
@@ -1106,7 +1106,7 @@ static int s3c24xx_i2c_probe(struct platform_device *pdev) | |||
1106 | i2c->adap.owner = THIS_MODULE; | 1106 | i2c->adap.owner = THIS_MODULE; |
1107 | i2c->adap.algo = &s3c24xx_i2c_algorithm; | 1107 | i2c->adap.algo = &s3c24xx_i2c_algorithm; |
1108 | i2c->adap.retries = 2; | 1108 | i2c->adap.retries = 2; |
1109 | i2c->adap.class = I2C_CLASS_HWMON | I2C_CLASS_SPD; | 1109 | i2c->adap.class = I2C_CLASS_HWMON | I2C_CLASS_SPD | I2C_CLASS_DEPRECATED; |
1110 | i2c->tx_setup = 50; | 1110 | i2c->tx_setup = 50; |
1111 | 1111 | ||
1112 | init_waitqueue_head(&i2c->wait); | 1112 | init_waitqueue_head(&i2c->wait); |