]> git.baikalelectronics.ru Git - kernel.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)
commit6b8a8892eae6b9cb96b093d3d79e5806a20a93db
treed6f9a8e468e177ca5ab97c233d827f4698ba8757
parent190f4937e543910bcbcbb633659b1255e1b4cbe5
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