From: Sameer Wadgaonkar Date: Mon, 17 Jul 2017 20:17:00 +0000 (-0400) Subject: staging: unisys: remove unused define VISOR_VSWITCH_CHANNEL_VERSIONID X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0f6b44ad89090960e823deb710f9f2422e43f51c;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git staging: unisys: remove unused define VISOR_VSWITCH_CHANNEL_VERSIONID The VSWITCH channel is not used in Linux guests, so remove the VERSIONID. Signed-off-by: Sameer Wadgaonkar Signed-off-by: David Kershner Reviewed-by: David Binder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/include/iochannel.h b/drivers/staging/unisys/include/iochannel.h index c39451beb754..1a3d82da5769 100644 --- a/drivers/staging/unisys/include/iochannel.h +++ b/drivers/staging/unisys/include/iochannel.h @@ -40,7 +40,6 @@ */ #define VISOR_VHBA_CHANNEL_VERSIONID 2 #define VISOR_VNIC_CHANNEL_VERSIONID 2 -#define VISOR_VSWITCH_CHANNEL_VERSIONID 1 #define VISOR_VHBA_CHANNEL_OK_CLIENT(ch) \ (visor_check_channel(ch, visor_vhba_channel_uuid, \