Skip to content

Commit

Permalink
[PATCH] x86: remove config.h includes from asm-i386 & asm-x86_64
Browse files Browse the repository at this point in the history
This is now automatically included by kbuild.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Dave Jones authored and Andi Kleen committed Sep 26, 2006
1 parent 0603975 commit f704cb9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions include/asm-i386/dwarf2.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ifndef _DWARF2_H
#define _DWARF2_H

#include <linux/config.h>

#ifndef __ASSEMBLY__
#warning "asm/dwarf2.h should be only included in pure assembly files"
#endif
Expand Down
1 change: 0 additions & 1 deletion include/asm-i386/tsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#ifndef _ASM_i386_TSC_H
#define _ASM_i386_TSC_H

#include <linux/config.h>
#include <asm/processor.h>

/*
Expand Down
1 change: 0 additions & 1 deletion include/asm-x86_64/calgary.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#ifndef _ASM_X86_64_CALGARY_H
#define _ASM_X86_64_CALGARY_H

#include <linux/config.h>
#include <linux/spinlock.h>
#include <linux/device.h>
#include <linux/dma-mapping.h>
Expand Down

0 comments on commit f704cb9

Please sign in to comment.