X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fof%2Fof_i2c.c;h=5c015d310d4a9a92b493cbd7d34691c85dd6b992;hb=f40987b64d0f4d40b006ce09e37161b57c1e970b;hp=715a444716177a9dfb4f5cdff90700ca31776ebd;hpb=b9fa38f75ea7e1f64bc29653ca9758303ce698e4;p=linux-2.6 diff --git a/drivers/of/of_i2c.c b/drivers/of/of_i2c.c index 715a444716..5c015d310d 100644 --- a/drivers/of/of_i2c.c +++ b/drivers/of/of_i2c.c @@ -13,6 +13,7 @@ #include #include +#include #include struct i2c_driver_device { @@ -21,7 +22,6 @@ struct i2c_driver_device { }; static struct i2c_driver_device i2c_devices[] = { - { "dallas,ds1374", "rtc-ds1374" }, }; static int of_find_i2c_driver(struct device_node *node,