diff --git a/[refs] b/[refs] index dcf26101b820..8a4ccc851015 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 37dd2badcfcec35f5e21a0926968d77a404f03c3 +refs/heads/master: 138decf83f6a973951ce7faf39094d964de7853a diff --git a/trunk/drivers/of/of_i2c.c b/trunk/drivers/of/of_i2c.c index 631689171159..715a44471617 100644 --- a/trunk/drivers/of/of_i2c.c +++ b/trunk/drivers/of/of_i2c.c @@ -13,6 +13,7 @@ #include #include +#include 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");