staging: unisys: remove unused #define in controlvmchannel
authorErik Arfvidson <erik.arfvidson@unisys.com>
Tue, 5 May 2015 22:36:37 +0000 (18:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 13:26:05 +0000 (15:26 +0200)
This patch remove unused controlvmchannel.h #defines

Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h

index 4e6dec280132da2ba87bcacb2d403c367e6e1af3..ff15c45cf4da1ebe442e49b6f70ebbd06cdc9af8 100644 (file)
@@ -47,13 +47,8 @@ static const uuid_le spar_controlvm_channel_protocol_uuid =
                ULTRA_CONTROLVM_CHANNEL_PROTOCOL_VERSIONID, \
                ULTRA_CONTROLVM_CHANNEL_PROTOCOL_SIGNATURE)
 
-#define MY_DEVICE_INDEX 0
-#define MAX_MACDATA_LEN 8 /* number of bytes for MAC address in config packet */
 #define MAX_SERIAL_NUM 32
 
-#define DISK_ZERO_PUN_NUMBER   1  /* Target ID on the SCSI bus for LUN 0 */
-#define DISK_ZERO_LUN_NUMBER   3  /* Logical Unit Number */
-
 /* Defines for various channel queues... */
 #define CONTROLVM_QUEUE_REQUEST                0
 #define CONTROLVM_QUEUE_RESPONSE       1
This page took 0.025482 seconds and 5 git commands to generate.