commit | 3ae960a598b9dfe87b29eb70738d91a13e692498 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jun 30 10:33:47 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 08 13:16:12 2008 +0200 |
tree | ce088a7df3018570a70ea4a93b7a95f55712f346 | |
parent | 1a98fd14f44cfade4af3e6ed96ba55065fa17ee4 [diff] |
- 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>