diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-04-15 03:47:45 +0300 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-04-15 06:11:14 +0300 |
commit | 9abbfb486f5c254805bb6a3f263bc14d989eb90b (patch) | |
tree | def37cd4dc4e072abaf4e2e588db7a5432929c1a /include/linux/virtio.h | |
parent | f71d8286c1368f2dbbed5d1b59a574c7f25701e8 (diff) | |
download | linux-9abbfb486f5c254805bb6a3f263bc14d989eb90b.tar.xz |
virtio: drop virtio_device_is_legacy_only
virtio_device_is_legacy_only is now unused, drop
it from core.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'include/linux/virtio.h')
-rw-r--r-- | include/linux/virtio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/virtio.h b/include/linux/virtio.h index 28f0e65b9a11..8f4d4bfa6d46 100644 --- a/include/linux/virtio.h +++ b/include/linux/virtio.h @@ -108,8 +108,6 @@ struct virtio_device { void *priv; }; -bool virtio_device_is_legacy_only(struct virtio_device_id id); - static inline struct virtio_device *dev_to_virtio(struct device *_dev) { return container_of(_dev, struct virtio_device, dev); |