Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Andi Kleen and committed by
Linus Torvalds
165aeb82 3f74478b

-1
-1
include/asm-x86_64/timex.h
··· 6 6 #ifndef _ASMx8664_TIMEX_H 7 7 #define _ASMx8664_TIMEX_H 8 8 9 - #include <linux/config.h> 10 9 #include <asm/8253pit.h> 11 10 #include <asm/msr.h> 12 11 #include <asm/vsyscall.h>