staging: unisys: remove unused macro SPAR_VSWITCH_CHANNEL_OK_CLIENT
authorBenjamin Romer <benjamin.romer@unisys.com>
Thu, 23 Oct 2014 18:30:55 +0000 (14:30 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 02:33:14 +0000 (10:33 +0800)
Nobody is using this one either...

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/common-spar/include/channels/iochannel.h

index 1fb7174fc597cdfc00c7ddc0e03ceb927a5e565e..520fd3f3e8cc1cf9c72a3bf9a33d3bddb22227f8 100644 (file)
                                   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.  */
This page took 0.025143 seconds and 5 git commands to generate.