mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 01:09:38 -05:00
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>
This commit is contained in:
parent
c2532f6826
commit
e51dacbf4e
1 changed files with 3 additions and 33 deletions
|
@ -1,35 +1,5 @@
|
||||||
#ifndef _AHA1542_H
|
#ifndef _AHA1542_H_
|
||||||
|
#define _AHA1542_H_
|
||||||
/* $Id: aha1542.h,v 1.1 1992/07/24 06:27:38 root Exp root $
|
|
||||||
*
|
|
||||||
* Header file for the adaptec 1542 driver for Linux
|
|
||||||
*
|
|
||||||
* $Log: aha1542.h,v $
|
|
||||||
* Revision 1.1 1992/07/24 06:27:38 root
|
|
||||||
* Initial revision
|
|
||||||
*
|
|
||||||
* Revision 1.2 1992/07/04 18:41:49 root
|
|
||||||
* Replaced distribution with current drivers
|
|
||||||
*
|
|
||||||
* Revision 1.3 1992/06/23 23:58:20 root
|
|
||||||
* Fixes.
|
|
||||||
*
|
|
||||||
* Revision 1.2 1992/05/26 22:13:23 root
|
|
||||||
* Changed bug that prevented DMA above first 2 mbytes.
|
|
||||||
*
|
|
||||||
* Revision 1.1 1992/05/22 21:00:29 root
|
|
||||||
* Initial revision
|
|
||||||
*
|
|
||||||
* Revision 1.1 1992/04/24 18:01:50 root
|
|
||||||
* Initial revision
|
|
||||||
*
|
|
||||||
* Revision 1.1 1992/04/02 03:23:13 drew
|
|
||||||
* Initial revision
|
|
||||||
*
|
|
||||||
* Revision 1.3 1992/01/27 14:46:29 tthorn
|
|
||||||
* *** empty log message ***
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
|
@ -129,4 +99,4 @@ struct ccb { /* Command Control Block 5.3 */
|
||||||
#define AHA1542_REGION_SIZE 4
|
#define AHA1542_REGION_SIZE 4
|
||||||
#define AHA1542_MAILBOXES 8
|
#define AHA1542_MAILBOXES 8
|
||||||
|
|
||||||
#endif
|
#endif /* _AHA1542_H_ */
|
||||||
|
|
Loading…
Add table
Reference in a new issue