summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen2005-09-12 18:49:24 +0200
committerLinus Torvalds2005-09-12 19:49:58 +0200
commit165aeb82848c81ee1774f8defc74df4341e9184b (patch)
treefa70625ab62d6eccc9af8adabe73c7e84848f66e
parent[PATCH] x86-64: Some cleanup and optimization to the processor data area. (diff)
downloadkernel-qcow2-linux-165aeb82848c81ee1774f8defc74df4341e9184b.tar.gz
kernel-qcow2-linux-165aeb82848c81ee1774f8defc74df4341e9184b.tar.xz
kernel-qcow2-linux-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>
-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>