]> git.baikalelectronics.ru Git - kernel.git/commit
- 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)
commitb78d9268db6073b7df20df25155ff454fbc942cd
treece088a7df3018570a70ea4a93b7a95f55712f346
parent2fc7bd13354da4f29ec34a58d97a6924276bad35
- 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