[PATCH 16 of 38] x86: include linux/init.h in asm/numa_64.h

From: Jeremy Fitzhardinge
Date: Thu Nov 13 2008 - 14:42:41 EST


It uses __init/__cpuinit, which are not defined otherwise.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>
---
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 <linux/init.h>
#include <linux/nodemask.h>
#include <asm/apicdef.h>



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/