From: Benjamin Romer Date: Thu, 23 Oct 2014 18:30:52 +0000 (-0400) Subject: staging: unisys: remove unused macro ULTRA_VNIC_CHANNEL_OK_SERVER X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=dabf9dc1e27eb922b2d6f4504375deb340a3ba90;p=deliverable%2Flinux.git staging: unisys: remove unused macro ULTRA_VNIC_CHANNEL_OK_SERVER This macro isn't being used either, so delete it. 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 67f3a7ea31f4..0e446c06605c 100644 --- a/drivers/staging/unisys/common-spar/include/channels/iochannel.h +++ b/drivers/staging/unisys/common-spar/include/channels/iochannel.h @@ -70,9 +70,7 @@ "vnic", MIN_IO_CHANNEL_SIZE, \ ULTRA_VNIC_CHANNEL_PROTOCOL_VERSIONID, \ ULTRA_VNIC_CHANNEL_PROTOCOL_SIGNATURE)) -#define ULTRA_VNIC_CHANNEL_OK_SERVER(actualBytes) \ - (spar_check_channel_server(spar_vnic_channel_protocol_uuid, \ - "vnic", MIN_IO_CHANNEL_SIZE, actualBytes)) + #define SPAR_VSWITCH_CHANNEL_OK_CLIENT(pChannel, logCtx) \ (spar_check_channel_client(pChannel, UltraVswitchChannelProtocolGuid, \ "vswitch", MIN_IO_CHANNEL_SIZE, \