On 27.09.2017 13:42, Thomas Huth wrote: > There is no recent user space application available anymore which still > supports this old virtio transport. Additionally, commit 3b2fbb3f06ef > ("virtio/s390: deprecate old transport") introduced a deprecation message > in the driver, and apparently nobody complained so far that it is still > required. So let's simply remove it. > > Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> > --- > arch/s390/Kconfig | 13 - > drivers/s390/virtio/Makefile | 3 - > drivers/s390/virtio/kvm_virtio.c | 515 --------------------------------------- > 3 files changed, 531 deletions(-) > delete mode 100644 drivers/s390/virtio/kvm_virtio.c Yup, looks good to me. Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> -- Thanks, David