mirror of
https://github.com/adulau/aha.git
synced 2024-12-30 20:56:23 +00:00
[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>
This commit is contained in:
parent
3f74478b5f
commit
165aeb8284
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue