diff options
author | Dave Jones <davej@redhat.com> | 2006-09-26 10:52:36 +0200 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 10:52:36 +0200 |
commit | f704cb935006580db0495e54d3c82631f6e2a984 (patch) | |
tree | 54c0dac91f938d2ee848a0ab05e7484790759b2f /include/asm-x86_64 | |
parent | 06039754d775d3e48e4a292e4f353321205eff53 (diff) | |
download | kernel-crypto-f704cb935006580db0495e54d3c82631f6e2a984.tar.gz kernel-crypto-f704cb935006580db0495e54d3c82631f6e2a984.tar.xz kernel-crypto-f704cb935006580db0495e54d3c82631f6e2a984.zip |
[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>
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r-- | include/asm-x86_64/calgary.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/calgary.h b/include/asm-x86_64/calgary.h index 0a03bda94d0..6b93f5a3a5c 100644 --- a/include/asm-x86_64/calgary.h +++ b/include/asm-x86_64/calgary.h @@ -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> |