summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@infradead.org>2009-01-04 16:28:22 +0530
committerIngo Molnar <mingo@elte.hu>2009-01-04 13:23:05 +0100
commitfe331184a33bf0458a04e8fb3d5c006e6520a871 (patch)
treed30e68b955d397ffb50669ae4af443ef180b0fb7
parent69036c8cc29465f866f352199534be603acc79dd (diff)
downloadlinux-fe331184a33bf0458a04e8fb3d5c006e6520a871.tar.gz
linux-fe331184a33bf0458a04e8fb3d5c006e6520a871.tar.bz2
linux-fe331184a33bf0458a04e8fb3d5c006e6520a871.zip
x86: time_64.c fix style problems
Impact: cleanup Fix: WARNING: Use #include <linux/nmi.h> instead of <asm/nmi.h> total: 0 errors, 1 warnings Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/kernel/time_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/time_64.c b/arch/x86/kernel/time_64.c
index 891e7a7c4334..e6e695acd725 100644
--- a/arch/x86/kernel/time_64.c
+++ b/arch/x86/kernel/time_64.c
@@ -17,10 +17,10 @@
#include <linux/module.h>
#include <linux/time.h>
#include <linux/mca.h>
+#include <linux/nmi.h>
#include <asm/i8253.h>
#include <asm/hpet.h>
-#include <asm/nmi.h>
#include <asm/vgtod.h>
#include <asm/time.h>
#include <asm/timer.h>