diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-07-20 05:44:02 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 16:29:39 -0400 |
commit | 13a63ab289627e977a045864b36792cf0b61364a (patch) | |
tree | f7de174f74a79a7fc20c6c531bb60c0767edd709 /arch/arm/mach-rpc | |
parent | 8b801ead3d7ab3cce991ea3a2d00c7336215fc7d (diff) |
[ARM] rpc: convert an outb() to writeb()
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-rpc')
-rw-r--r-- | arch/arm/mach-rpc/riscpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rpc/riscpc.c b/arch/arm/mach-rpc/riscpc.c index 570cf937e73b..a454451c97c3 100644 --- a/arch/arm/mach-rpc/riscpc.c +++ b/arch/arm/mach-rpc/riscpc.c | |||
@@ -87,7 +87,7 @@ static void __init rpc_map_io(void) | |||
87 | /* | 87 | /* |
88 | * Turn off floppy. | 88 | * Turn off floppy. |
89 | */ | 89 | */ |
90 | outb(0xc, 0x3f2); | 90 | writeb(0xc, PCIO_BASE + (0x3f2 << 2)); |
91 | 91 | ||
92 | /* | 92 | /* |
93 | * RiscPC can't handle half-word loads and stores | 93 | * RiscPC can't handle half-word loads and stores |