]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/virtio/virtio.c
Merge tag 'asoc-fix-v4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
[karo-tx-linux.git] / drivers / virtio / virtio.c
index 5ce2aa48fc6e0943031f28c2a51d639e71b52f36..b1877d73fa563d6d48f2d55b7958f02daa8d9ad7 100644 (file)
@@ -278,12 +278,6 @@ static struct bus_type virtio_bus = {
        .remove = virtio_dev_remove,
 };
 
-bool virtio_device_is_legacy_only(struct virtio_device_id id)
-{
-       return id.device == VIRTIO_ID_BALLOON;
-}
-EXPORT_SYMBOL_GPL(virtio_device_is_legacy_only);
-
 int register_virtio_driver(struct virtio_driver *driver)
 {
        /* Catch this early. */