commit | 038b0a6d8d32db934bba6a24e74e76e4e327a94f | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Wed Oct 04 03:38:54 2006 -0400 |
committer | Dave Jones <davej@redhat.com> | Wed Oct 04 03:38:54 2006 -0400 |
tree | 5fbeb3e8f140e20f8ce0e33e12b32ec5b0724cd6 | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 [diff] [blame] |
Remove all inclusions of <linux/config.h> kbuild explicitly includes this at build time. Signed-off-by: Dave Jones <davej@redhat.com>
diff --git a/arch/x86_64/lib/copy_page.S b/arch/x86_64/lib/copy_page.S index 0ebb03b..727a5d4 100644 --- a/arch/x86_64/lib/copy_page.S +++ b/arch/x86_64/lib/copy_page.S
@@ -1,6 +1,5 @@ /* Written 2003 by Andi Kleen, based on a kernel by Evandro Menezes */ - -#include <linux/config.h> + #include <linux/linkage.h> #include <asm/dwarf2.h>