aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/timex.h
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2005-09-12 18:49:24 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-12 10:49:58 -0700
commit165aeb82848c81ee1774f8defc74df4341e9184b (patch)
treefa70625ab62d6eccc9af8adabe73c7e84848f66e /include/asm-x86_64/timex.h
parent[PATCH] x86-64: Some cleanup and optimization to the processor data area. (diff)
downloadlinux-dev-165aeb82848c81ee1774f8defc74df4341e9184b.tar.xz
linux-dev-165aeb82848c81ee1774f8defc74df4341e9184b.zip
[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>
Diffstat (limited to 'include/asm-x86_64/timex.h')
-rw-r--r--include/asm-x86_64/timex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/timex.h b/include/asm-x86_64/timex.h
index 24ecf6a637cb..f971f45d6d78 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>