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

This is now automatically included by kbuild.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
此提交包含在:
Dave Jones
2006-09-26 10:52:36 +02:00
提交者 Andi Kleen
父節點 06039754d7
當前提交 f704cb9350
共有 3 個檔案被更改,包括 0 行新增4 行删除

查看文件

@@ -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