From 13a63ab289627e977a045864b36792cf0b61364a Mon Sep 17 00:00:00 2001 From: Russell King Date: Fri, 20 Jul 2007 10:44:02 +0100 Subject: [ARM] rpc: convert an outb() to writeb() Signed-off-by: Russell King --- arch/arm/mach-rpc/riscpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-rpc/riscpc.c b/arch/arm/mach-rpc/riscpc.c index 570cf937e73..a454451c97c 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 -- cgit v1.2.3