Commit b7c2214d authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Linus Torvalds

[PATCH] asm-arm26/hdreg.h: use unsigned long for ide_ioreg_t

parent 7c501ddc
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment