From: Erik Arfvidson Date: Tue, 5 May 2015 22:36:37 +0000 (-0400) Subject: staging: unisys: remove unused #define in controlvmchannel X-Git-Tag: v4.2-rc1~88^2~801 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=35314db1869f77c2a459d72d6f4797d8068697c7;p=linux.git staging: unisys: remove unused #define in controlvmchannel This patch remove unused controlvmchannel.h #defines Signed-off-by: Erik Arfvidson Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h index 4e6dec280132..ff15c45cf4da 100644 --- a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h +++ b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h @@ -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