[PATCH] obsolete asm/hdreg.h [1/5]
From: Bartlomiej Zolnierkiewicz
Date: Wed Apr 07 2004 - 19:03:50 EST
[IDE] asm-arm26/hdreg.h: use unsigned long for ide_ioreg_t
linux-2.6.5-root/include/asm-arm26/hdreg.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN include/asm-arm26/hdreg.h~arm26_ide_ioreg_t include/asm-arm26/hdreg.h
--- linux-2.6.5/include/asm-arm26/hdreg.h~arm26_ide_ioreg_t 2004-04-06 00:23:04.039180016 +0200
+++ linux-2.6.5-root/include/asm-arm26/hdreg.h 2004-04-06 00:23:16.078349784 +0200
@@ -9,7 +9,7 @@
#ifndef __ASMARM_HDREG_H
#define __ASMARM_HDREG_H
-typedef unsigned int ide_ioreg_t;
+typedef unsigned long ide_ioreg_t;
#endif /* __ASMARM_HDREG_H */
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/