From: Ingo Molnar Date: Mon, 30 Jun 2008 08:33:47 +0000 (+0200) Subject: - x86: move early_ioremap prototypes to io.h X-Git-Tag: v2.6.27-rc1~1106^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ae960a598b9dfe87b29eb70738d91a13e692498;p=pandora-kernel.git - 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 --- Reading git-diff-tree failed