summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rpc/riscpc.c
diff options
context:
space:
mode:
authorRussell King2007-07-20 11:44:02 +0200
committerRussell King2007-07-20 22:29:39 +0200
commit13a63ab289627e977a045864b36792cf0b61364a (patch)
treef7de174f74a79a7fc20c6c531bb60c0767edd709 /arch/arm/mach-rpc/riscpc.c
parent[ARM] rpc: update Acorn SCSI drivers to modern ecard interfaces (diff)
downloadkernel-qcow2-linux-13a63ab289627e977a045864b36792cf0b61364a.tar.gz
kernel-qcow2-linux-13a63ab289627e977a045864b36792cf0b61364a.tar.xz
kernel-qcow2-linux-13a63ab289627e977a045864b36792cf0b61364a.zip
[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/riscpc.c')
-rw-r--r--arch/arm/mach-rpc/riscpc.c2
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)
/*
* Turn off floppy.
*/
- outb(0xc, 0x3f2);
+ writeb(0xc, PCIO_BASE + (0x3f2 << 2));
/*
* RiscPC can't handle half-word loads and stores