staging: unisys: remove unused #define MAX_SERIAL_NUM
authorErik Arfvidson <erik.arfvidson@unisys.com>
Tue, 5 May 2015 22:36:38 +0000 (18:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 13:26:05 +0000 (15:26 +0200)
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>
drivers/staging/unisys/common-spar/include/channels/iochannel.h

index 3bd7579..ff393c2 100644 (file)
 * 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