- x86: move early_ioremap prototypes to io.h
authorIngo Molnar <mingo@elte.hu>
Mon, 30 Jun 2008 08:33:47 +0000 (10:33 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 11:16:12 +0000 (13:16 +0200)
commit3ae960a598b9dfe87b29eb70738d91a13e692498
treece088a7df3018570a70ea4a93b7a95f55712f346
parent1a98fd14f44cfade4af3e6ed96ba55065fa17ee4
- x86: move early_ioremap prototypes to io.h

now that the early-ioremap code is unified, move the prototypes too from
io_32.h to io.h.

this fixes:

arch/x86/kernel/setup.c:531: error: implicit declaration of function â€˜early_ioremap_init'

on 64-bit.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/io.h