projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69036c8
)
x86: time_64.c fix style problems
author
Jaswinder Singh Rajput
<jaswinder@infradead.org>
Sun, 4 Jan 2009 10:58:22 +0000
(16:28 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 4 Jan 2009 12:23:05 +0000
(13:23 +0100)
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>
arch/x86/kernel/time_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/time_64.c
b/arch/x86/kernel/time_64.c
index 891e7a7c4334086b1949444944236c241147e930..e6e695acd725739a645b5664f83a8356ff5b13a7 100644
(file)
--- 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>