staging: unisys: include: iochannel.h: removed VISOR_VHBA_CHANNEL_SIGNATURE
VISOR_VHBA_CHANNEL_SIGNATURE is a redundant definition that points to VISOR_CHANNEL_SIGNATURE. This replaces that 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
e9b9275c3e
commit
c1e1c4d101
|
@ -31,7 +31,6 @@
|
|||
#include <linux/dma-direction.h>
|
||||
#include "channel.h"
|
||||
|
||||
#define VISOR_VHBA_CHANNEL_SIGNATURE VISOR_CHANNEL_SIGNATURE
|
||||
#define VISOR_VNIC_CHANNEL_SIGNATURE VISOR_CHANNEL_SIGNATURE
|
||||
#define VISOR_VSWITCH_CHANNEL_SIGNATURE VISOR_CHANNEL_SIGNATURE
|
||||
|
||||
|
@ -50,7 +49,7 @@
|
|||
(visor_check_channel(ch, visor_vhba_channel_uuid, \
|
||||
"vhba", MIN_IO_CHANNEL_SIZE, \
|
||||
VISOR_VHBA_CHANNEL_VERSIONID, \
|
||||
VISOR_VHBA_CHANNEL_SIGNATURE))
|
||||
VISOR_CHANNEL_SIGNATURE))
|
||||
|
||||
#define VISOR_VNIC_CHANNEL_OK_CLIENT(ch) \
|
||||
(visor_check_channel(ch, visor_vnic_channel_uuid, \
|
||||
|
|
Loading…
Reference in New Issue