From: Benjamin Romer Date: Thu, 23 Oct 2014 18:30:53 +0000 (-0400) Subject: staging: unisys: remove unused macro ULTRA_VSWITCH_CHANNEL_OK_SERVER X-Git-Tag: v4.14-rc1~6283^2~943 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44bd648d28dc5d7b522d1050e88f9ed10cf0cd1c;p=platform%2Fkernel%2Flinux-rpi.git staging: unisys: remove unused macro ULTRA_VSWITCH_CHANNEL_OK_SERVER This macro isn't being used so take it out. 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 0e446c0..51373a1 100644 --- a/drivers/staging/unisys/common-spar/include/channels/iochannel.h +++ b/drivers/staging/unisys/common-spar/include/channels/iochannel.h @@ -76,10 +76,7 @@ "vswitch", MIN_IO_CHANNEL_SIZE, \ ULTRA_VSWITCH_CHANNEL_PROTOCOL_VERSIONID, \ ULTRA_VSWITCH_CHANNEL_PROTOCOL_SIGNATURE)) -#define ULTRA_VSWITCH_CHANNEL_OK_SERVER(actualBytes) \ - (spar_check_channel_server(UltraVswitchChannelProtocolGuid, \ - "vswitch", MIN_IO_CHANNEL_SIZE, \ - actualBytes)) + /* * Everything necessary to handle SCSI & NIC traffic between Guest Partition and * IO Partition is defined below. */