virtio_pci: rename virtio_pci -> virtio_pci_common
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 8 Dec 2014 14:39:45 +0000 (16:39 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 9 Dec 2014 19:42:05 +0000 (21:42 +0200)
commit5f4c976089ca176c7780c0431308b4e71041702a
tree0678b2379b7a38c6ed9759b9280f04ddaf2a9a68
parenta90fdce9dcf3b65f998058bea612e0026c6deaf5
virtio_pci: rename virtio_pci -> virtio_pci_common

kbuild does not seem to like it when we name source
files same as the module.
Let's rename virtio_pci -> virtio_pci_common,
and get rid of #include-ing c files.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/Makefile
drivers/virtio/virtio_pci_common.c [moved from drivers/virtio/virtio_pci.c with 99% similarity]
drivers/virtio/virtio_pci_common.h [moved from drivers/virtio/virtio_pci.h with 97% similarity]
drivers/virtio/virtio_pci_legacy.c