mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[ARM] rpc: convert an outb() to writeb()
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
8b801ead3d
commit
13a63ab289
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user