Commit f704cb93 authored by Dave Jones's avatar Dave Jones Committed by Andi Kleen

[PATCH] x86: remove config.h includes from asm-i386 & asm-x86_64

This is now automatically included by kbuild.
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent 06039754
#ifndef _DWARF2_H #ifndef _DWARF2_H
#define _DWARF2_H #define _DWARF2_H
#include <linux/config.h>
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#warning "asm/dwarf2.h should be only included in pure assembly files" #warning "asm/dwarf2.h should be only included in pure assembly files"
#endif #endif
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#ifndef _ASM_i386_TSC_H #ifndef _ASM_i386_TSC_H
#define _ASM_i386_TSC_H #define _ASM_i386_TSC_H
#include <linux/config.h>
#include <asm/processor.h> #include <asm/processor.h>
/* /*
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#ifndef _ASM_X86_64_CALGARY_H #ifndef _ASM_X86_64_CALGARY_H
#define _ASM_X86_64_CALGARY_H #define _ASM_X86_64_CALGARY_H
#include <linux/config.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment