From: Benjamin Romer Date: Thu, 23 Oct 2014 18:30:51 +0000 (-0400) Subject: staging: unisys: remove unused macro ULTRA_VHBA_CHANNEL_OK_SERVER X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c0eafd65de50f8f94e014e5bfdd561d57c0858d1;p=deliverable%2Flinux.git staging: unisys: remove unused macro ULTRA_VHBA_CHANNEL_OK_SERVER This macro is not used so remove 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 2e015498eb4f..67f3a7ea31f4 100644 --- a/drivers/staging/unisys/common-spar/include/channels/iochannel.h +++ b/drivers/staging/unisys/common-spar/include/channels/iochannel.h @@ -64,9 +64,7 @@ "vhba", MIN_IO_CHANNEL_SIZE, \ ULTRA_VHBA_CHANNEL_PROTOCOL_VERSIONID, \ ULTRA_VHBA_CHANNEL_PROTOCOL_SIGNATURE)) -#define ULTRA_VHBA_CHANNEL_OK_SERVER(actualBytes) \ - (spar_check_channel_server(spar_vhba_channel_protocol_uuid, \ - "vhba", MIN_IO_CHANNEL_SIZE, actualBytes)) + #define SPAR_VNIC_CHANNEL_OK_CLIENT(pChannel, logCtx) \ (spar_check_channel_client(pChannel, spar_vnic_channel_protocol_uuid, \ "vnic", MIN_IO_CHANNEL_SIZE, \