summaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c
diff options
context:
space:
mode:
authorchai wen <chaiw.fnst@cn.fujitsu.com>2014-08-11 10:49:23 -0400
committerIngo Molnar <mingo@kernel.org>2014-08-18 11:17:46 +0200
commitf530504a063cfa028971e4b26ea8e0c32908de25 (patch)
treedd43a25de9ac6be1699c7c974d358cf8aedbd9cc /kernel/watchdog.c
parent98a96f202203fecad65b44449077c695686ad4db (diff)
downloadop-kernel-dev-f530504a063cfa028971e4b26ea8e0c32908de25.zip
op-kernel-dev-f530504a063cfa028971e4b26ea8e0c32908de25.tar.gz
watchdog: Remove unnecessary header files
Signed-off-by: chai wen <chaiw.fnst@cn.fujitsu.com> Signed-off-by: Don Zickus <dzickus@redhat.com> Cc: pbonzini@redhat.com Link: http://lkml.kernel.org/r/1407768567-171794-2-git-send-email-dzickus@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/watchdog.c')
-rw-r--r--kernel/watchdog.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index c3319bd..4c2e11c 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -15,11 +15,6 @@
#include <linux/cpu.h>
#include <linux/nmi.h>
#include <linux/init.h>
-#include <linux/delay.h>
-#include <linux/freezer.h>
-#include <linux/kthread.h>
-#include <linux/lockdep.h>
-#include <linux/notifier.h>
#include <linux/module.h>
#include <linux/sysctl.h>
#include <linux/smpboot.h>
OpenPOWER on IntegriCloud