summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-02-20 20:50:50 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-02-20 20:50:50 +0000
commitb8d3cc7ceb61a07b865b420139477b91a4be202f (patch)
treebfdcc04293c2599e55d546e3527a41c5de798423 /include
parentc3faff3a02e345e7bb852a985e94acde0c364b20 (diff)
Make ide_ioreg_t unsigned long.
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/hdreg.h15
-rw-r--r--include/asm-mips64/hdreg.h6
2 files changed, 9 insertions, 12 deletions
diff --git a/include/asm-mips/hdreg.h b/include/asm-mips/hdreg.h
index 189dfc55c..4b90cf6bf 100644
--- a/include/asm-mips/hdreg.h
+++ b/include/asm-mips/hdreg.h
@@ -1,18 +1,15 @@
-/* $Id: hdreg.h,v 1.4 1998/05/08 21:05:26 davem Exp $
- *
- * linux/include/asm-mips/hdreg.h
- *
+/*
* Copyright (C) 1994-1996 Linus Torvalds & authors
+ * Copyright (C) 2001 Ralf Baechle
*/
/*
* This file contains the MIPS architecture specific IDE code.
*/
-#ifndef __ASM_MIPS_HDREG_H
-#define __ASM_MIPS_HDREG_H
-
-typedef unsigned short ide_ioreg_t;
+#ifndef _ASM_HDREG_H
+#define _ASM_HDREG_H
-#endif /* __ASM_MIPS_HDREG_H */
+typedef unsigned long ide_ioreg_t;
+#endif /* _ASM_HDREG_H */
diff --git a/include/asm-mips64/hdreg.h b/include/asm-mips64/hdreg.h
index 757769670..ed8c0d4a5 100644
--- a/include/asm-mips64/hdreg.h
+++ b/include/asm-mips64/hdreg.h
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
@@ -7,12 +6,13 @@
* This file contains the MIPS architecture specific IDE code.
*
* Copyright (C) 1994-1996 Linus Torvalds & authors
+ * Copyright (C) 2001 Ralf Baechle
*/
#ifndef _ASM_HDREG_H
#define _ASM_HDREG_H
-typedef unsigned short ide_ioreg_t;
+typedef unsigned long ide_ioreg_t;
#endif /* _ASM_HDREG_H */