]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/of/of_i2c.c
mfd: fix platform driver hotplug/coldplug
[linux-2.6-omap-h63xx.git] / drivers / of / of_i2c.c
index 715a444716177a9dfb4f5cdff90700ca31776ebd..5c015d310d4a9a92b493cbd7d34691c85dd6b992 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <linux/i2c.h>
 #include <linux/of.h>
+#include <linux/of_i2c.h>
 #include <linux/module.h>
 
 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,