diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 05:12:01 (GMT) |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 08:11:10 (GMT) |
commit | 96068e6b4d86a397f50ae401723f315110874e1a (patch) | |
tree | bbab76ec5da519d565ba706021c9cf9921335e06 /drivers/scsi/dtc.h | |
parent | d572f65fdf78a6dcb55b86ad8684f88830bf2e08 (diff) | |
download | linux-96068e6b4d86a397f50ae401723f315110874e1a.tar.xz |
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/dtc.h')
-rw-r--r-- | drivers/scsi/dtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/dtc.h b/drivers/scsi/dtc.h index 48e2c39..78a2332 100644 --- a/drivers/scsi/dtc.h +++ b/drivers/scsi/dtc.h @@ -5,8 +5,6 @@ * (Unix and Linux consulting and custom programming) * drew@colorado.edu * +1 (303) 440-4894 - * - * DISTRIBUTION RELEASE 2. */ #ifndef DTC3280_H |