From: Benjamin Romer Date: Thu, 23 Oct 2014 18:30:55 +0000 (-0400) Subject: staging: unisys: remove unused macro SPAR_VSWITCH_CHANNEL_OK_CLIENT X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=21f131b5d1da2b09cc8e8d6d506dd4ed357a1cd5;p=deliverable%2Flinux.git staging: unisys: remove unused macro SPAR_VSWITCH_CHANNEL_OK_CLIENT Nobody is using this one either... Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/common-spar/include/channels/iochannel.h b/drivers/staging/unisys/common-spar/include/channels/iochannel.h index 1fb7174fc597..520fd3f3e8cc 100644 --- a/drivers/staging/unisys/common-spar/include/channels/iochannel.h +++ b/drivers/staging/unisys/common-spar/include/channels/iochannel.h @@ -71,12 +71,6 @@ ULTRA_VNIC_CHANNEL_PROTOCOL_VERSIONID, \ ULTRA_VNIC_CHANNEL_PROTOCOL_SIGNATURE)) -#define SPAR_VSWITCH_CHANNEL_OK_CLIENT(pChannel, logCtx) \ - (spar_check_channel_client(pChannel, UltraVswitchChannelProtocolGuid, \ - "vswitch", MIN_IO_CHANNEL_SIZE, \ - ULTRA_VSWITCH_CHANNEL_PROTOCOL_VERSIONID, \ - ULTRA_VSWITCH_CHANNEL_PROTOCOL_SIGNATURE)) - /* * Everything necessary to handle SCSI & NIC traffic between Guest Partition and * IO Partition is defined below. */