diff options
author | Andi Kleen <ak@suse.de> | 2005-09-12 16:49:24 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-12 17:49:58 (GMT) |
commit | 165aeb82848c81ee1774f8defc74df4341e9184b (patch) | |
tree | fa70625ab62d6eccc9af8adabe73c7e84848f66e | |
parent | 3f74478b5fd7263e9311cdb320923d599c73a792 (diff) | |
download | linux-165aeb82848c81ee1774f8defc74df4341e9184b.tar.xz |
[PATCH] x86-64: Don't include config.h in asm/timex.h
asm-x86-64/timex.h does not reference CONFIG constants.
Do not need to include config.h.
Signed-off-by: Grant Grundler <iod00d@hp.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | include/asm-x86_64/timex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/timex.h b/include/asm-x86_64/timex.h index 24ecf6a..f971f45 100644 --- a/include/asm-x86_64/timex.h +++ b/include/asm-x86_64/timex.h @@ -6,7 +6,6 @@ #ifndef _ASMx8664_TIMEX_H #define _ASMx8664_TIMEX_H -#include <linux/config.h> #include <asm/8253pit.h> #include <asm/msr.h> #include <asm/vsyscall.h> |