X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2Fnet%2Fcdc_ether.c;h=63f1f3ba8e0b3576f2cee0918f369c433f9d8dc6;hb=a6df590dd8b7644c8e298e3b13442bcd6ceeb739;hp=c008c981862bfad424f70b7f33e2ff4703332454;hpb=972421264637b5df168125e157d881c1899519dd;p=linux-2.6-omap-h63xx.git diff --git a/drivers/usb/net/cdc_ether.c b/drivers/usb/net/cdc_ether.c index c008c981862..63f1f3ba8e0 100644 --- a/drivers/usb/net/cdc_ether.c +++ b/drivers/usb/net/cdc_ether.c @@ -476,7 +476,6 @@ static const struct usb_device_id products [] = { MODULE_DEVICE_TABLE(usb, products); static struct usb_driver cdc_driver = { - .owner = THIS_MODULE, .name = "cdc_ether", .id_table = products, .probe = usbnet_probe,