X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fof%2Fof_i2c.c;h=715a444716177a9dfb4f5cdff90700ca31776ebd;hb=2d4b3f37ded8998a362c8d0b4be02f583dd9a002;hp=631689171159fd8d590eb5d3d58c8d55d16ccf46;hpb=233607dbbc823caf685e778cabc49fb7f679900b;p=linux-2.6 diff --git a/drivers/of/of_i2c.c b/drivers/of/of_i2c.c index 6316891711..715a444716 100644 --- a/drivers/of/of_i2c.c +++ b/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");