Remove all inclusions of <linux/config.h>
kbuild explicitly includes this at build time. Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user