X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fof%2Fof_i2c.c;h=b2ccdcbeb8966bfb0ee75b62c4e233eea4063a08;hb=2fceef397f9880b212a74c418290ce69e7ac00eb;hp=631689171159fd8d590eb5d3d58c8d55d16ccf46;hpb=b0d19a378a409373244088511e889957645f2a44;p=linux-2.6 diff --git a/drivers/of/of_i2c.c b/drivers/of/of_i2c.c index 6316891711..b2ccdcbeb8 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; @@ -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");