staging: unisys: visorbus: controlvmchannel.h: removed VISOR_CONTROLVM_CHANNEL_SIGNATURE
VISOR_CONTROLVM_CHANNEL_SIGNATURE points to VISOR_CHANNEL_SIGNATURE, so this replaces the redundant definition with VISOR_CHANNEL_SIGNATURE. Signed-off-by: Alex Curtin <alexander.curtin@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: David Binder <david.binder@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c4d0a30703
commit
8e516683c4
|
@ -24,7 +24,6 @@
|
|||
UUID_LE(0x2b3c2d10, 0x7ef5, 0x4ad8, \
|
||||
0xb9, 0x66, 0x34, 0x48, 0xb7, 0x38, 0x6b, 0x3d)
|
||||
|
||||
#define VISOR_CONTROLVM_CHANNEL_SIGNATURE VISOR_CHANNEL_SIGNATURE
|
||||
#define CONTROLVM_MESSAGE_MAX 64
|
||||
|
||||
/*
|
||||
|
@ -42,7 +41,7 @@
|
|||
"controlvm", \
|
||||
sizeof(struct visor_controlvm_channel), \
|
||||
VISOR_CONTROLVM_CHANNEL_VERSIONID, \
|
||||
VISOR_CONTROLVM_CHANNEL_SIGNATURE))
|
||||
VISOR_CHANNEL_SIGNATURE))
|
||||
|
||||
/* Defines for various channel queues */
|
||||
#define CONTROLVM_QUEUE_REQUEST 0
|
||||
|
|
Loading…
Reference in New Issue