Commit 13a63ab2 authored by Russell King's avatar Russell King Committed by Russell King

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

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 8b801ead
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment