All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] watchdog: remove unnecessary head files
@ 2014-08-04  7:36 chai wen
  2014-08-04  7:36 ` [PATCH 2/2] softlockup: make detector be aware of task switch of processes hogging cpu chai wen
  2014-08-04 14:26 ` [PATCH 1/2] watchdog: remove unnecessary head files Don Zickus
  0 siblings, 2 replies; 8+ messages in thread
From: chai wen @ 2014-08-04  7:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: dzickus, mingo, chai wen

Signed-off-by: chai wen <chaiw.fnst@cn.fujitsu.com>
---
 kernel/watchdog.c |    5 -----
 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>
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-08-06 13:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04  7:36 [PATCH 1/2] watchdog: remove unnecessary head files chai wen
2014-08-04  7:36 ` [PATCH 2/2] softlockup: make detector be aware of task switch of processes hogging cpu chai wen
2014-08-04 14:31   ` Don Zickus
2014-08-05  2:47     ` Chai Wen
2014-08-05 15:20       ` Don Zickus
2014-08-06  2:23         ` Chai Wen
2014-08-06 13:46           ` Don Zickus
2014-08-04 14:26 ` [PATCH 1/2] watchdog: remove unnecessary head files Don Zickus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.