]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: unisys: remove unused macro ULTRA_VSWITCH_CHANNEL_OK_SERVER
authorBenjamin Romer <benjamin.romer@unisys.com>
Thu, 23 Oct 2014 18:30:53 +0000 (14:30 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 02:33:13 +0000 (10:33 +0800)
This macro isn't being used so take it out.

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 0e446c06605c82040fc45d7b0846cb02713fc842..51373a182e0d9415f136a9cc320969ebbebd9be3 100644 (file)
                                   "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.  */