Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ondrej Zary and committed by
James Bottomley
e51dacbf c2532f68

+3 -33
+3 -33
drivers/scsi/aha1542.h
··· 1 - #ifndef _AHA1542_H 2 - 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 - */ 1 + #ifndef _AHA1542_H_ 2 + #define _AHA1542_H_ 33 3 34 4 #include <linux/types.h> 35 5 ··· 99 129 #define AHA1542_REGION_SIZE 4 100 130 #define AHA1542_MAILBOXES 8 101 131 102 - #endif 132 + #endif /* _AHA1542_H_ */