aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mac_scsi.h
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2014-11-12 16:12:01 +1100
committerChristoph Hellwig <hch@lst.de>2014-11-20 09:11:10 +0100
commit96068e6b4d86a397f50ae401723f315110874e1a (patch)
treebbab76ec5da519d565ba706021c9cf9921335e06 /drivers/scsi/mac_scsi.h
parentncr5380: Remove pointless compiler command line override macros (diff)
downloadlinux-dev-96068e6b4d86a397f50ae401723f315110874e1a.tar.xz
linux-dev-96068e6b4d86a397f50ae401723f315110874e1a.zip
ncr5380: Remove *_RELEASE macros
The *_RELEASE macros don't tell me anything. In some cases the version in the macro contradicts the version in the comments. Anyway, the Linux kernel version is sufficient information. Remove these macros to improve readability. Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Reviewed-by: Hannes Reinecke <hare@suse.de> Tested-by: Michael Schmitz <schmitzmic@gmail.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/mac_scsi.h')
-rw-r--r--drivers/scsi/mac_scsi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/mac_scsi.h b/drivers/scsi/mac_scsi.h
index 4eed4a75160b..601521c4622d 100644
--- a/drivers/scsi/mac_scsi.h
+++ b/drivers/scsi/mac_scsi.h
@@ -6,15 +6,11 @@
* (Unix and Linux consulting and custom programming)
* drew@colorado.edu
* +1 (303) 440-4894
- *
- * ALPHA RELEASE 1.
*/
#ifndef MAC_NCR5380_H
#define MAC_NCR5380_H
-#define MACSCSI_PUBLIC_RELEASE 2
-
#ifndef ASM
#include <scsi/scsicam.h>