[ARM] rpc: convert an outb() to writeb()

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Russell King and committed by Russell King 13a63ab2 8b801ead

+1 -1
+1 -1
arch/arm/mach-rpc/riscpc.c
··· 87 /* 88 * Turn off floppy. 89 */ 90 - outb(0xc, 0x3f2); 91 92 /* 93 * RiscPC can't handle half-word loads and stores
··· 87 /* 88 * Turn off floppy. 89 */ 90 + writeb(0xc, PCIO_BASE + (0x3f2 << 2)); 91 92 /* 93 * RiscPC can't handle half-word loads and stores