Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754500AbYKMTmk (ORCPT ); Thu, 13 Nov 2008 14:42:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752621AbYKMTe0 (ORCPT ); Thu, 13 Nov 2008 14:34:26 -0500 Received: from gw.goop.org ([64.81.55.164]:34411 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752877AbYKMTeK (ORCPT ); Thu, 13 Nov 2008 14:34:10 -0500 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 16 of 38] x86: include linux/init.h in asm/numa_64.h X-Mercurial-Node: cb056d12d20309dd192e7f6e796af898f74833d0 Message-Id: In-Reply-To: Date: Thu, 13 Nov 2008 11:10:14 -0800 From: Jeremy Fitzhardinge To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Xen-devel , the arch/x86 maintainers , Ian Campbell Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 760 Lines: 25 It uses __init/__cpuinit, which are not defined otherwise. Signed-off-by: Jeremy Fitzhardinge --- arch/x86/include/asm/numa_64.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/include/asm/numa_64.h b/arch/x86/include/asm/numa_64.h --- a/arch/x86/include/asm/numa_64.h +++ b/arch/x86/include/asm/numa_64.h @@ -1,6 +1,7 @@ #ifndef _ASM_X86_NUMA_64_H #define _ASM_X86_NUMA_64_H +#include #include #include -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/