]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Add __devexit_p around reference to virtio_pci_remove
authorJamie Lokier <jamie@shareable.org>
Fri, 8 Jan 2010 22:01:43 +0000 (22:01 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Feb 2010 03:52:04 +0000 (14:22 +1030)
commit1f08b833ddbdb1c8e81c4b1053c2ebb7b89cb437
treed6f9a8e468e177ca5ab97c233d827f4698ba8757
parent9f3a6284880ceea452903e2043c88d7226736318
Add __devexit_p around reference to virtio_pci_remove

This is needed to compile with CONFIG_VIRTIO_PCI=y,
because virtio_pci_remove is marked __devexit.

Signed-off-by: Jamie Lokier <jamie@shareable.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/virtio/virtio_pci.c