staging: unisys: remove unused macro ULTRA_VHBA_CHANNEL_OK_SERVER
authorBenjamin Romer <benjamin.romer@unisys.com>
Thu, 23 Oct 2014 18:30:51 +0000 (14:30 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 02:33:13 +0000 (10:33 +0800)
This macro is not used so remove it.

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 2e015498eb4f6b80216204941a60e2600e419a8e..67f3a7ea31f4cef60e570578e62dbbcb2951c625 100644 (file)
@@ -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, \
This page took 0.025277 seconds and 5 git commands to generate.