提交 5ff16110 编写于 作者: H Herbert Xu 提交者: Michael S. Tsirkin

virtio_pci: restore module attributes

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: NHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
上级 8a38f339
...@@ -494,3 +494,8 @@ static struct pci_driver virtio_pci_driver = { ...@@ -494,3 +494,8 @@ static struct pci_driver virtio_pci_driver = {
}; };
module_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");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册