Discussion:
[PATCH] tmscim: Remove unused SCSI_IRQ_NONE macro definition
Finn Thain
2014-10-03 01:44:30 UTC
Permalink
Signed-off-by: Finn Thain <***@telegraphics.com.au>

---

This macro is only used in the NCR5380 drivers and they don't include
this header.

---
drivers/scsi/tmscsim.h | 2 --
1 file changed, 2 deletions(-)

Index: linux/drivers/scsi/tmscsim.h
===================================================================
--- linux.orig/drivers/scsi/tmscsim.h 2014-09-29 10:55:44.000000000 +1000
+++ linux/drivers/scsi/tmscsim.h 2014-10-01 16:33:25.000000000 +1000
@@ -10,8 +10,6 @@

#include <linux/types.h>

-#define SCSI_IRQ_NONE 255
-
#define MAX_ADAPTER_NUM 4
#define MAX_SG_LIST_BUF 16 /* Not used */
#define MAX_SCSI_ID 8
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Guennadi Liakhovetski
2014-10-16 19:12:22 UTC
Permalink
Acked-by: Guennadi Liakhovetski <***@gmx.de>

Thanks
Guennadi
Post by Finn Thain
---
This macro is only used in the NCR5380 drivers and they don't include
this header.
---
drivers/scsi/tmscsim.h | 2 --
1 file changed, 2 deletions(-)
Index: linux/drivers/scsi/tmscsim.h
===================================================================
--- linux.orig/drivers/scsi/tmscsim.h 2014-09-29 10:55:44.000000000 +1000
+++ linux/drivers/scsi/tmscsim.h 2014-10-01 16:33:25.000000000 +1000
@@ -10,8 +10,6 @@
#include <linux/types.h>
-#define SCSI_IRQ_NONE 255
-
#define MAX_ADAPTER_NUM 4
#define MAX_SG_LIST_BUF 16 /* Not used */
#define MAX_SCSI_ID 8
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Christoph Hellwig
2014-10-23 17:13:46 UTC
Permalink
Thanks,

applied to the drivers-for-3.19 branch.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Loading...