Subject: [PATCH] obsolete asm/hdreg.h [1/5]


[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 */


_