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

No differences found