diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2015-02-06 17:11:46 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-04-09 21:08:31 -0400 |
commit | e51dacbf4eadcae006aeac5dcf87f29a37b770e9 (patch) | |
tree | 930b8329972c1187cef3e9e66bd3036c1dd68e54 | |
parent | c2532f68266d3b10fe71e0b3e63f4c29d73e6ee5 (diff) |
aha1542: fix include guard and remove useless changelog
Fix include guard in header file and remove useless changelog
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
-rw-r--r-- | drivers/scsi/aha1542.h | 36 |
1 files changed, 3 insertions, 33 deletions
diff --git a/drivers/scsi/aha1542.h b/drivers/scsi/aha1542.h index f58792b085a2..0fe9bae1b3d1 100644 --- a/drivers/scsi/aha1542.h +++ b/drivers/scsi/aha1542.h | |||
@@ -1,35 +1,5 @@ | |||
1 | #ifndef _AHA1542_H | 1 | #ifndef _AHA1542_H_ |
2 | 2 | #define _AHA1542_H_ | |
3 | /* $Id: aha1542.h,v 1.1 1992/07/24 06:27:38 root Exp root $ | ||
4 | * | ||
5 | * Header file for the adaptec 1542 driver for Linux | ||
6 | * | ||
7 | * $Log: aha1542.h,v $ | ||
8 | * Revision 1.1 1992/07/24 06:27:38 root | ||
9 | * Initial revision | ||
10 | * | ||
11 | * Revision 1.2 1992/07/04 18:41:49 root | ||
12 | * Replaced distribution with current drivers | ||
13 | * | ||
14 | * Revision 1.3 1992/06/23 23:58:20 root | ||
15 | * Fixes. | ||
16 | * | ||
17 | * Revision 1.2 1992/05/26 22:13:23 root | ||
18 | * Changed bug that prevented DMA above first 2 mbytes. | ||
19 | * | ||
20 | * Revision 1.1 1992/05/22 21:00:29 root | ||
21 | * Initial revision | ||
22 | * | ||
23 | * Revision 1.1 1992/04/24 18:01:50 root | ||
24 | * Initial revision | ||
25 | * | ||
26 | * Revision 1.1 1992/04/02 03:23:13 drew | ||
27 | * Initial revision | ||
28 | * | ||
29 | * Revision 1.3 1992/01/27 14:46:29 tthorn | ||
30 | * *** empty log message *** | ||
31 | * | ||
32 | */ | ||
33 | 3 | ||
34 | #include <linux/types.h> | 4 | #include <linux/types.h> |
35 | 5 | ||
@@ -129,4 +99,4 @@ struct ccb { /* Command Control Block 5.3 */ | |||
129 | #define AHA1542_REGION_SIZE 4 | 99 | #define AHA1542_REGION_SIZE 4 |
130 | #define AHA1542_MAILBOXES 8 | 100 | #define AHA1542_MAILBOXES 8 |
131 | 101 | ||
132 | #endif | 102 | #endif /* _AHA1542_H_ */ |