summaryrefslogtreecommitdiff
path: root/include/asm-sh
diff options
context:
space:
mode:
authorJens Axboe <axboe@burns.home.kernel.dk>2002-09-11 13:06:02 +0200
committerJens Axboe <axboe@burns.home.kernel.dk>2002-09-11 13:06:02 +0200
commitab254e4f8caab63fb5a9c7bbc8bafe98aeb63e9e (patch)
tree3b2b0772691efeb794ace2cc23d2849a1e5d9114 /include/asm-sh
parentd271af5d58ecd43e24c1e835a9841005d06d7c13 (diff)
arch ide updates. mainly ide_ioreg_t type changes, and removal of
silly old irq and region registration etc.
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/hdreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/hdreg.h b/include/asm-sh/hdreg.h
index 1d417a15c17c..9112275e05f8 100644
--- a/include/asm-sh/hdreg.h
+++ b/include/asm-sh/hdreg.h
@@ -7,6 +7,6 @@
#ifndef __ASM_SH_HDREG_H
#define __ASM_SH_HDREG_H
-typedef unsigned int ide_ioreg_t;
+typedef unsigned long ide_ioreg_t;
#endif /* __ASM_SH_HDREG_H */