aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/tools
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-10-03 00:19:02 -0400
committerPaul Mundt <lethal@linux-sh.org>2006-10-03 00:19:02 -0400
commit2914d4da172f53f71d0563d3c3bae14e496cbc86 (patch)
treeb8fd9ff1023a857db4b2b36d1974a91e36228423 /arch/sh/tools
parent3e6c999de9a5438c97524a62845da8da78923205 (diff)
sh: Kill off remaining config.h references.
A few of these managed to sneak back in, get rid of them once and for all. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/tools')
-rw-r--r--arch/sh/tools/gen-mach-types2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/tools/gen-mach-types b/arch/sh/tools/gen-mach-types
index bb2b82234e83..65161e368353 100644
--- a/arch/sh/tools/gen-mach-types
+++ b/arch/sh/tools/gen-mach-types
@@ -20,8 +20,6 @@ END {
20 printf("#ifndef __ASM_SH_MACHTYPES_H\n"); 20 printf("#ifndef __ASM_SH_MACHTYPES_H\n");
21 printf("#define __ASM_SH_MACHTYPES_H\n"); 21 printf("#define __ASM_SH_MACHTYPES_H\n");
22 printf("\n"); 22 printf("\n");
23 printf("#include <linux/config.h>\n");
24 printf("\n");
25 printf("/*\n"); 23 printf("/*\n");
26 printf(" * We'll use the following MACH_xxx defs for placeholders for the time\n"); 24 printf(" * We'll use the following MACH_xxx defs for placeholders for the time\n");
27 printf(" * being .. these will all go away once sh_machtype is assigned per-board.\n"); 25 printf(" * being .. these will all go away once sh_machtype is assigned per-board.\n");