1
0
Fork 0

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

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
wifi-calibration
Russell King 2007-07-20 10:44:02 +01:00 committed by Russell King
parent 8b801ead3d
commit 13a63ab289
1 changed files with 1 additions and 1 deletions

View File

@ -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