Commit 790627cd authored by Sameer Wadgaonkar's avatar Sameer Wadgaonkar Committed by Greg Kroah-Hartman
Browse files

staging: unisys: include: Remove unused CHANNEL_OK defines.



The VISOR_VNIC_CHANNEL_OK_CLIENT and VISOR_HBA_CHANNEL_OK_CLIENT macros
were not being used. They can be removed.

Signed-off-by: default avatarSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarDavid Binder <david.binder@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0f6b44ad
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -41,18 +41,6 @@
#define VISOR_VHBA_CHANNEL_VERSIONID 2
#define VISOR_VNIC_CHANNEL_VERSIONID 2

#define VISOR_VHBA_CHANNEL_OK_CLIENT(ch) \
	(visor_check_channel(ch, visor_vhba_channel_uuid, \
			     "vhba", MIN_IO_CHANNEL_SIZE, \
			     VISOR_VHBA_CHANNEL_VERSIONID, \
			     VISOR_CHANNEL_SIGNATURE))

#define VISOR_VNIC_CHANNEL_OK_CLIENT(ch) \
	(visor_check_channel(ch, visor_vnic_channel_uuid, \
			     "vnic", MIN_IO_CHANNEL_SIZE, \
			     VISOR_VNIC_CHANNEL_VERSIONID, \
			     VISOR_CHANNEL_SIGNATURE))

/*
 * Everything necessary to handle SCSI & NIC traffic between Guest Partition and
 * IO Partition is defined below.