diff options
Diffstat (limited to 'drivers/of/of_i2c.c')
-rw-r--r-- | drivers/of/of_i2c.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/of/of_i2c.c b/drivers/of/of_i2c.c index 631689171159..715a44471617 100644 --- a/drivers/of/of_i2c.c +++ b/drivers/of/of_i2c.c | |||
@@ -13,6 +13,7 @@ | |||
13 | 13 | ||
14 | #include <linux/i2c.h> | 14 | #include <linux/i2c.h> |
15 | #include <linux/of.h> | 15 | #include <linux/of.h> |
16 | #include <linux/module.h> | ||
16 | 17 | ||
17 | struct i2c_driver_device { | 18 | struct i2c_driver_device { |
18 | char *of_device; | 19 | char *of_device; |
@@ -113,3 +114,5 @@ void of_register_i2c_devices(struct i2c_adapter *adap, | |||
113 | } | 114 | } |
114 | } | 115 | } |
115 | EXPORT_SYMBOL(of_register_i2c_devices); | 116 | EXPORT_SYMBOL(of_register_i2c_devices); |
117 | |||
118 | MODULE_LICENSE("GPL"); | ||