summaryrefslogtreecommitdiffstats
path: root/arch/arm/tools/gen-mach-types
diff options
context:
space:
mode:
authorDave Jones2006-10-04 09:38:54 +0200
committerDave Jones2006-10-04 09:38:54 +0200
commit038b0a6d8d32db934bba6a24e74e76e4e327a94f (patch)
tree5fbeb3e8f140e20f8ce0e33e12b32ec5b0724cd6 /arch/arm/tools/gen-mach-types
parent[PATCH] i383 numa: fix numaq/summit apicid conflict (diff)
downloadkernel-qcow2-linux-038b0a6d8d32db934bba6a24e74e76e4e327a94f.tar.gz
kernel-qcow2-linux-038b0a6d8d32db934bba6a24e74e76e4e327a94f.tar.xz
kernel-qcow2-linux-038b0a6d8d32db934bba6a24e74e76e4e327a94f.zip
Remove all inclusions of <linux/config.h>
kbuild explicitly includes this at build time. Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/arm/tools/gen-mach-types')
-rw-r--r--arch/arm/tools/gen-mach-types1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/tools/gen-mach-types b/arch/arm/tools/gen-mach-types
index 2f9c9b5dd260..ce319ef64bc1 100644
--- a/arch/arm/tools/gen-mach-types
+++ b/arch/arm/tools/gen-mach-types
@@ -28,7 +28,6 @@ END {
printf(" */\n\n");
printf("#ifndef __ASM_ARM_MACH_TYPE_H\n");
printf("#define __ASM_ARM_MACH_TYPE_H\n\n");
- printf("#include <linux/config.h>\n\n");
printf("#ifndef __ASSEMBLY__\n");
printf("/* The type of machine we're running on */\n");
printf("extern unsigned int __machine_arch_type;\n");