]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/of/of_i2c.c
[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held
[linux-2.6-omap-h63xx.git] / drivers / of / of_i2c.c
index 631689171159fd8d590eb5d3d58c8d55d16ccf46..715a444716177a9dfb4f5cdff90700ca31776ebd 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;
@@ -113,3 +114,5 @@ void of_register_i2c_devices(struct i2c_adapter *adap,
        }
 }
 EXPORT_SYMBOL(of_register_i2c_devices);
+
+MODULE_LICENSE("GPL");