浏览代码

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>
Jaswinder Singh Rajput 16 年之前
父节点
当前提交
fe331184a3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/x86/kernel/time_64.c

+ 1 - 1
arch/x86/kernel/time_64.c

@@ -17,10 +17,10 @@
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/time.h>
 #include <linux/time.h>
 #include <linux/mca.h>
 #include <linux/mca.h>
+#include <linux/nmi.h>
 
 
 #include <asm/i8253.h>
 #include <asm/i8253.h>
 #include <asm/hpet.h>
 #include <asm/hpet.h>
-#include <asm/nmi.h>
 #include <asm/vgtod.h>
 #include <asm/vgtod.h>
 #include <asm/time.h>
 #include <asm/time.h>
 #include <asm/timer.h>
 #include <asm/timer.h>