diff options
author | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
commit | 038b0a6d8d32db934bba6a24e74e76e4e327a94f (patch) | |
tree | 5fbeb3e8f140e20f8ce0e33e12b32ec5b0724cd6 /arch/arm/tools | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 (diff) |
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')
-rw-r--r-- | arch/arm/tools/gen-mach-types | 1 |
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 { | |||
28 | printf(" */\n\n"); | 28 | printf(" */\n\n"); |
29 | printf("#ifndef __ASM_ARM_MACH_TYPE_H\n"); | 29 | printf("#ifndef __ASM_ARM_MACH_TYPE_H\n"); |
30 | printf("#define __ASM_ARM_MACH_TYPE_H\n\n"); | 30 | printf("#define __ASM_ARM_MACH_TYPE_H\n\n"); |
31 | printf("#include <linux/config.h>\n\n"); | ||
32 | printf("#ifndef __ASSEMBLY__\n"); | 31 | printf("#ifndef __ASSEMBLY__\n"); |
33 | printf("/* The type of machine we're running on */\n"); | 32 | printf("/* The type of machine we're running on */\n"); |
34 | printf("extern unsigned int __machine_arch_type;\n"); | 33 | printf("extern unsigned int __machine_arch_type;\n"); |