Merge branch 'linus' into x86/i8259
[pandora-kernel.git] / drivers / of / of_i2c.c
index 6316891..b2ccdcb 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <linux/i2c.h>
 #include <linux/of.h>
+#include <linux/module.h>
 
 struct i2c_driver_device {
        char    *of_device;
@@ -20,7 +21,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,
@@ -113,3 +113,5 @@ void of_register_i2c_devices(struct i2c_adapter *adap,
        }
 }
 EXPORT_SYMBOL(of_register_i2c_devices);
+
+MODULE_LICENSE("GPL");