Messages in this thread |  | | Date | Tue, 9 Oct 2001 20:06:13 -0700 | From | Greg KH <> | Subject | Re: [PATCH] 2.4.10-ac10: more MODULE_LICENSE patches |
| |
On Tue, Oct 09, 2001 at 10:03:01PM -0400, Frank Davis wrote: > --- drivers/usb/hub.c.old Mon Oct 8 18:25:36 2001 > +++ drivers/usb/hub.c Tue Oct 9 21:17:47 2001 > @@ -856,7 +856,7 @@ > }; > > MODULE_DEVICE_TABLE (usb, hub_id_table); > - > +MODULE_LICENSE("GPL"); > static struct usb_driver hub_driver = { > name: "hub", > probe: hub_probe,
hub.c is not a module. Alan, please do not apply.
> --- drivers/usb/inode.c.old Mon Oct 8 18:25:37 2001 > +++ drivers/usb/inode.c Tue Oct 9 21:15:15 2001 > @@ -767,4 +767,5 @@ > #if 0 > module_init(usbdevfs_init); > module_exit(usbdevfs_cleanup); > +MODULE_LICENSE("GPL"); > #endif
inode.c is not a module either. Alan, please do not apply.
Both of these files are covered with the MODULE_LICENSE found in usb.c
thanks,
greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |