i2c: Stop using i2c_adapter.class_dev

Stop using i2c_adapter.class_dev, as it is going to be removed
soon. Luckily, there are only 4 RTC drivers affected.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
This commit is contained in:
Jean Delvare
2007-02-13 22:09:04 +01:00
zatwierdzone przez Jean Delvare
rodzic fe2c8d51af
commit 5dd3ffae0a
4 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@@ -506,7 +506,7 @@ static int x1205_probe(struct i2c_adapter *adapter, int address, int kind)
struct i2c_client *client;
struct rtc_device *rtc;
dev_dbg(adapter->class_dev.dev, "%s\n", __FUNCTION__);
dev_dbg(&adapter->dev, "%s\n", __FUNCTION__);
if (!i2c_check_functionality(adapter, I2C_FUNC_I2C)) {
err = -ENODEV;