From: Erik Arfvidson Date: Tue, 5 May 2015 22:36:38 +0000 (-0400) Subject: staging: unisys: remove unused #define MAX_SERIAL_NUM X-Git-Tag: v4.14-rc1~5163^2~800 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1452f37015dbb856572af16d37f23a552e95d494;p=platform%2Fkernel%2Flinux-rpi.git staging: unisys: remove unused #define MAX_SERIAL_NUM This patch simply removes #define MAX_SERIAL_NUM from iochannel.h 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/iochannel.h b/drivers/staging/unisys/common-spar/include/channels/iochannel.h index 3bd7579..ff393c2 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