diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-03-17 20:42:15 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-05-28 06:05:37 -0400 |
commit | 7ac44e061b2eb7871f55f64fe794d221394d126f (patch) | |
tree | 3771d150dae5aefb6b7420f56a0a31a27ee7a104 | |
parent | ac955bb3e9432f7d8dc986cecdd41e27bd50f5a6 (diff) |
scsi/NCR5380: remove old CVS keywords
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Acked-by: Sam Creasey <sammy@sammy.net>
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r-- | drivers/scsi/NCR5380.c | 2 | ||||
-rw-r--r-- | drivers/scsi/NCR5380.h | 4 | ||||
-rw-r--r-- | drivers/scsi/g_NCR5380.c | 4 | ||||
-rw-r--r-- | drivers/scsi/g_NCR5380.h | 4 | ||||
-rw-r--r-- | drivers/scsi/mac_scsi.c | 4 | ||||
-rw-r--r-- | drivers/scsi/mac_scsi.h | 4 | ||||
-rw-r--r-- | drivers/scsi/sun3_scsi.c | 4 | ||||
-rw-r--r-- | drivers/scsi/sun3_scsi.h | 4 | ||||
-rw-r--r-- | drivers/scsi/t128.c | 4 | ||||
-rw-r--r-- | drivers/scsi/t128.h | 4 |
10 files changed, 0 insertions, 38 deletions
diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi/NCR5380.c index bcd223868227..12a6d22daec5 100644 --- a/drivers/scsi/NCR5380.c +++ b/drivers/scsi/NCR5380.c | |||
@@ -27,8 +27,6 @@ | |||
27 | */ | 27 | */ |
28 | 28 | ||
29 | /* | 29 | /* |
30 | * $Log: NCR5380.c,v $ | ||
31 | |||
32 | * Revision 1.10 1998/9/2 Alan Cox | 30 | * Revision 1.10 1998/9/2 Alan Cox |
33 | * (alan@lxorguk.ukuu.org.uk) | 31 | * (alan@lxorguk.ukuu.org.uk) |
34 | * Fixed up the timer lockups reported so far. Things still suck. Looking | 32 | * Fixed up the timer lockups reported so far. Things still suck. Looking |
diff --git a/drivers/scsi/NCR5380.h b/drivers/scsi/NCR5380.h index 14964d0a0e9d..74994c001ff8 100644 --- a/drivers/scsi/NCR5380.h +++ b/drivers/scsi/NCR5380.h | |||
@@ -21,10 +21,6 @@ | |||
21 | * 1+ (800) 334-5454 | 21 | * 1+ (800) 334-5454 |
22 | */ | 22 | */ |
23 | 23 | ||
24 | /* | ||
25 | * $Log: NCR5380.h,v $ | ||
26 | */ | ||
27 | |||
28 | #ifndef NCR5380_H | 24 | #ifndef NCR5380_H |
29 | #define NCR5380_H | 25 | #define NCR5380_H |
30 | 26 | ||
diff --git a/drivers/scsi/g_NCR5380.c b/drivers/scsi/g_NCR5380.c index 7176365e916b..a1bc8ca958e1 100644 --- a/drivers/scsi/g_NCR5380.c +++ b/drivers/scsi/g_NCR5380.c | |||
@@ -78,10 +78,6 @@ | |||
78 | * | 78 | * |
79 | */ | 79 | */ |
80 | 80 | ||
81 | /* | ||
82 | * $Log: generic_NCR5380.c,v $ | ||
83 | */ | ||
84 | |||
85 | /* settings for DTC3181E card with only Mustek scanner attached */ | 81 | /* settings for DTC3181E card with only Mustek scanner attached */ |
86 | #define USLEEP | 82 | #define USLEEP |
87 | #define USLEEP_POLL 1 | 83 | #define USLEEP_POLL 1 |
diff --git a/drivers/scsi/g_NCR5380.h b/drivers/scsi/g_NCR5380.h index b3a4157665c6..703adf78e0b2 100644 --- a/drivers/scsi/g_NCR5380.h +++ b/drivers/scsi/g_NCR5380.h | |||
@@ -25,10 +25,6 @@ | |||
25 | * 1+ (800) 334-5454 | 25 | * 1+ (800) 334-5454 |
26 | */ | 26 | */ |
27 | 27 | ||
28 | /* | ||
29 | * $Log: generic_NCR5380.h,v $ | ||
30 | */ | ||
31 | |||
32 | #ifndef GENERIC_NCR5380_H | 28 | #ifndef GENERIC_NCR5380_H |
33 | #define GENERIC_NCR5380_H | 29 | #define GENERIC_NCR5380_H |
34 | 30 | ||
diff --git a/drivers/scsi/mac_scsi.c b/drivers/scsi/mac_scsi.c index f5cdc68cd5b6..ee5506454caa 100644 --- a/drivers/scsi/mac_scsi.c +++ b/drivers/scsi/mac_scsi.c | |||
@@ -25,10 +25,6 @@ | |||
25 | * 1+ (800) 334-5454 | 25 | * 1+ (800) 334-5454 |
26 | */ | 26 | */ |
27 | 27 | ||
28 | /* | ||
29 | * $Log: mac_NCR5380.c,v $ | ||
30 | */ | ||
31 | |||
32 | #include <linux/types.h> | 28 | #include <linux/types.h> |
33 | #include <linux/stddef.h> | 29 | #include <linux/stddef.h> |
34 | #include <linux/ctype.h> | 30 | #include <linux/ctype.h> |
diff --git a/drivers/scsi/mac_scsi.h b/drivers/scsi/mac_scsi.h index 0032dbaa2df1..06969b06e54b 100644 --- a/drivers/scsi/mac_scsi.h +++ b/drivers/scsi/mac_scsi.h | |||
@@ -22,10 +22,6 @@ | |||
22 | * 1+ (800) 334-5454 | 22 | * 1+ (800) 334-5454 |
23 | */ | 23 | */ |
24 | 24 | ||
25 | /* | ||
26 | * $Log: cumana_NCR5380.h,v $ | ||
27 | */ | ||
28 | |||
29 | #ifndef MAC_NCR5380_H | 25 | #ifndef MAC_NCR5380_H |
30 | #define MAC_NCR5380_H | 26 | #define MAC_NCR5380_H |
31 | 27 | ||
diff --git a/drivers/scsi/sun3_scsi.c b/drivers/scsi/sun3_scsi.c index 243c228a6d8c..ab722a1c62db 100644 --- a/drivers/scsi/sun3_scsi.c +++ b/drivers/scsi/sun3_scsi.c | |||
@@ -45,10 +45,6 @@ | |||
45 | * USLEEP - enable support for devices that don't disconnect. Untested. | 45 | * USLEEP - enable support for devices that don't disconnect. Untested. |
46 | */ | 46 | */ |
47 | 47 | ||
48 | /* | ||
49 | * $Log: sun3_NCR5380.c,v $ | ||
50 | */ | ||
51 | |||
52 | #define AUTOSENSE | 48 | #define AUTOSENSE |
53 | 49 | ||
54 | #include <linux/types.h> | 50 | #include <linux/types.h> |
diff --git a/drivers/scsi/sun3_scsi.h b/drivers/scsi/sun3_scsi.h index da7ba12c36e5..563c4b10f918 100644 --- a/drivers/scsi/sun3_scsi.h +++ b/drivers/scsi/sun3_scsi.h | |||
@@ -29,10 +29,6 @@ | |||
29 | * 1+ (800) 334-5454 | 29 | * 1+ (800) 334-5454 |
30 | */ | 30 | */ |
31 | 31 | ||
32 | /* | ||
33 | * $Log: cumana_NCR5380.h,v $ | ||
34 | */ | ||
35 | |||
36 | #ifndef SUN3_NCR5380_H | 32 | #ifndef SUN3_NCR5380_H |
37 | #define SUN3_NCR5380_H | 33 | #define SUN3_NCR5380_H |
38 | 34 | ||
diff --git a/drivers/scsi/t128.c b/drivers/scsi/t128.c index a4abce9d526e..8cc80931df14 100644 --- a/drivers/scsi/t128.c +++ b/drivers/scsi/t128.c | |||
@@ -102,10 +102,6 @@ | |||
102 | * 15 9-11 | 102 | * 15 9-11 |
103 | */ | 103 | */ |
104 | 104 | ||
105 | /* | ||
106 | * $Log: t128.c,v $ | ||
107 | */ | ||
108 | |||
109 | #include <linux/signal.h> | 105 | #include <linux/signal.h> |
110 | #include <linux/io.h> | 106 | #include <linux/io.h> |
111 | #include <linux/blkdev.h> | 107 | #include <linux/blkdev.h> |
diff --git a/drivers/scsi/t128.h b/drivers/scsi/t128.h index 8dde35a20eed..fd68cecc62af 100644 --- a/drivers/scsi/t128.h +++ b/drivers/scsi/t128.h | |||
@@ -34,10 +34,6 @@ | |||
34 | * 1+ (800) 334-5454 | 34 | * 1+ (800) 334-5454 |
35 | */ | 35 | */ |
36 | 36 | ||
37 | /* | ||
38 | * $Log: t128.h,v $ | ||
39 | */ | ||
40 | |||
41 | #ifndef T128_H | 37 | #ifndef T128_H |
42 | #define T128_H | 38 | #define T128_H |
43 | 39 | ||