Commit b4459db6 authored by Alex Curtin's avatar Alex Curtin Committed by Greg Kroah-Hartman
Browse files

staging: unisys: include: iochannel.h: removed VISOR_VNIC_CHANNEL_SIGNATURE



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: default avatarAlex Curtin <alexander.curtin@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarDavid Binder <david.binder@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c1e1c4d1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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