From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from snail.fsffrance.org (eucd.info [88.191.250.43]) by ozlabs.org (Postfix) with ESMTP id E28B8DDEDD for ; Wed, 7 May 2008 08:58:57 +1000 (EST) From: Segher Boessenkool To: linuxppc-dev@ozlabs.org Subject: [PATCH 2/3] ppc: Include in kernel/ppc_ksyms.c Date: Wed, 7 May 2008 00:58:49 +0200 Message-Id: <3b9b7dce6551e43c8fca4a1a3d4bff5a5b78312b.1210114487.git.segher@kernel.crashing.org> In-Reply-To: References: <1210114730-5047-1-git-send-email-segher@kernel.crashing.org> In-Reply-To: References: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , It needs it: arch/ppc/kernel/ppc_ksyms.c:152: error: '__flush_icache_range' undeclared here (not in a function) and a few more like that. Signed-off-by: Segher Boessenkool --- arch/ppc/kernel/ppc_ksyms.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c index 16ac11c..602c268 100644 --- a/arch/ppc/kernel/ppc_ksyms.c +++ b/arch/ppc/kernel/ppc_ksyms.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include -- 1.5.5.23.g2a5f.dirty