Commit 7caac2fa authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman
Browse files

staging: unisys: remove ULTRA_CONTROLVM_CHANNEL_OK_SERVER macro



Nobody is using this macro, so remove it entirely.

Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5fbaa4b3
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -52,11 +52,6 @@ static const uuid_le spar_controlvm_channel_protocol_uuid =
				   sizeof(ULTRA_CONTROLVM_CHANNEL_PROTOCOL), \
				   ULTRA_CONTROLVM_CHANNEL_PROTOCOL_VERSIONID, \
				   ULTRA_CONTROLVM_CHANNEL_PROTOCOL_SIGNATURE))
#define ULTRA_CONTROLVM_CHANNEL_OK_SERVER(actualBytes)        \
	(spar_check_channel_server(spar_controlvm_channel_protocol_uuid,\
				    "controlvm",			\
				    sizeof(ULTRA_CONTROLVM_CHANNEL_PROTOCOL), \
				    actualBytes))

#define MY_DEVICE_INDEX 0
#define MAX_MACDATA_LEN 8 /* number of bytes for MAC address in config packet */