diff options
author | Erik Arfvidson <erik.arfvidson@unisys.com> | 2015-05-05 18:36:38 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-08 15:26:05 +0200 |
commit | 1452f37015dbb856572af16d37f23a552e95d494 (patch) | |
tree | e523513b6898673e59f5ebb1203c5012e96837dc /drivers | |
parent | 35314db1869f77c2a459d72d6f4797d8068697c7 (diff) |
staging: unisys: remove unused #define MAX_SERIAL_NUM
This patch simply removes #define MAX_SERIAL_NUM from iochannel.h
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/unisys/common-spar/include/channels/iochannel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/unisys/common-spar/include/channels/iochannel.h b/drivers/staging/unisys/common-spar/include/channels/iochannel.h index 3bd7579e1daf..ff393c2c2350 100644 --- a/drivers/staging/unisys/common-spar/include/channels/iochannel.h +++ b/drivers/staging/unisys/common-spar/include/channels/iochannel.h @@ -140,10 +140,6 @@ * MAX_SKB_FRAGS size, which is 18 which is smaller than MAX_PHYS_INFO for * now. */ -#ifndef MAX_SERIAL_NUM -#define MAX_SERIAL_NUM 32 -#endif /* MAX_SERIAL_NUM */ - #define MAX_SCSI_BUSES 1 #define MAX_SCSI_TARGETS 8 #define MAX_SCSI_LUNS 16 |