staging: unisys: include: iochannel.h: removed VISOR_VNIC_CHANNEL_SIGNATURE
authorAlex Curtin <alexander.curtin@unisys.com>
Mon, 17 Jul 2017 20:16:53 +0000 (16:16 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jul 2017 06:48:41 +0000 (08:48 +0200)
VISOR_VNIC_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>
drivers/staging/unisys/include/iochannel.h

index 797db9f1d38474f17821db12ffccc4c0dbd8061b..8a8676284353e0e3dbc0636492c918badc7b4087 100644 (file)
@@ -31,7 +31,6 @@
 #include <linux/dma-direction.h>
 #include "channel.h"
 
-#define VISOR_VNIC_CHANNEL_SIGNATURE VISOR_CHANNEL_SIGNATURE
 #define VISOR_VSWITCH_CHANNEL_SIGNATURE VISOR_CHANNEL_SIGNATURE
 
 /*
@@ -55,7 +54,7 @@
        (visor_check_channel(ch, visor_vnic_channel_uuid, \
                             "vnic", MIN_IO_CHANNEL_SIZE, \
                             VISOR_VNIC_CHANNEL_VERSIONID, \
-                            VISOR_VNIC_CHANNEL_SIGNATURE))
+                            VISOR_CHANNEL_SIGNATURE))
 
 /*
  * Everything necessary to handle SCSI & NIC traffic between Guest Partition and