diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2014-12-16 17:54:03 -0500 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-16 17:59:40 -0500 |
| commit | 5ff16110c637726111662c1df41afd9df7ef36bd (patch) | |
| tree | 7608b9ba2a6bc18065a8f72da6044fb1a18d693f | |
| parent | 8a38f339b6c31d5cc86bedef1c2d3eb3873cb76e (diff) | |
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: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
| -rw-r--r-- | drivers/virtio/virtio_pci_common.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/virtio/virtio_pci_common.c b/drivers/virtio/virtio_pci_common.c index 59d3685c31b4..2ef9529809d8 100644 --- a/drivers/virtio/virtio_pci_common.c +++ b/drivers/virtio/virtio_pci_common.c | |||
| @@ -494,3 +494,8 @@ static struct pci_driver virtio_pci_driver = { | |||
| 494 | }; | 494 | }; |
| 495 | 495 | ||
| 496 | module_pci_driver(virtio_pci_driver); | 496 | module_pci_driver(virtio_pci_driver); |
| 497 | |||
| 498 | MODULE_AUTHOR("Anthony Liguori <aliguori@us.ibm.com>"); | ||
| 499 | MODULE_DESCRIPTION("virtio-pci"); | ||
| 500 | MODULE_LICENSE("GPL"); | ||
| 501 | MODULE_VERSION("1"); | ||
