mirror of https://gitee.com/openkylin/linux.git
staging: unisys: remove unused macro ULTRA_VNIC_CHANNEL_OK_SERVER
This macro isn't being used either, so delete it. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c0eafd65de
commit
dabf9dc1e2
|
@ -70,9 +70,7 @@
|
||||||
"vnic", MIN_IO_CHANNEL_SIZE, \
|
"vnic", MIN_IO_CHANNEL_SIZE, \
|
||||||
ULTRA_VNIC_CHANNEL_PROTOCOL_VERSIONID, \
|
ULTRA_VNIC_CHANNEL_PROTOCOL_VERSIONID, \
|
||||||
ULTRA_VNIC_CHANNEL_PROTOCOL_SIGNATURE))
|
ULTRA_VNIC_CHANNEL_PROTOCOL_SIGNATURE))
|
||||||
#define ULTRA_VNIC_CHANNEL_OK_SERVER(actualBytes) \
|
|
||||||
(spar_check_channel_server(spar_vnic_channel_protocol_uuid, \
|
|
||||||
"vnic", MIN_IO_CHANNEL_SIZE, actualBytes))
|
|
||||||
#define SPAR_VSWITCH_CHANNEL_OK_CLIENT(pChannel, logCtx) \
|
#define SPAR_VSWITCH_CHANNEL_OK_CLIENT(pChannel, logCtx) \
|
||||||
(spar_check_channel_client(pChannel, UltraVswitchChannelProtocolGuid, \
|
(spar_check_channel_client(pChannel, UltraVswitchChannelProtocolGuid, \
|
||||||
"vswitch", MIN_IO_CHANNEL_SIZE, \
|
"vswitch", MIN_IO_CHANNEL_SIZE, \
|
||||||
|
|
Loading…
Reference in New Issue