virtio_pci: restore module attributes
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 16 Dec 2014 22:54:03 +0000 (00:54 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 16 Dec 2014 22:59:40 +0000 (00:59 +0200)
When the virtio_pci driver was moved into virtio_pci_legacy.c the module
licence and other attributes went AWOL.  This patch restores them.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_pci_common.c

index 59d3685..2ef9529 100644 (file)
@@ -494,3 +494,8 @@ static struct pci_driver virtio_pci_driver = {
 };
 
 module_pci_driver(virtio_pci_driver);
+
+MODULE_AUTHOR("Anthony Liguori <aliguori@us.ibm.com>");
+MODULE_DESCRIPTION("virtio-pci");
+MODULE_LICENSE("GPL");
+MODULE_VERSION("1");