Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> --- * Paul Zimmerman | 2011-07-27 23:18:03 [+0000]: >Any ideas? Yes, this should fix this. drivers/usb/host/xhci-pci.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c index a73b332..2baa2cc 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c @@ -253,3 +253,5 @@ static void xhci_unregister_pci(void) pci_unregister_driver(&xhci_pci_driver); } module_exit(xhci_unregister_pci); +MODULE_DESCRIPTION("PCI glue code for the XHCI controller"); +MODULE_LICENSE("GPL v2"); -- 1.7.4.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html