mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] rtc: fix compile failure in drivers/char/rtc.c
@ 2009-10-12  3:00 Xiaotian Feng
  0 siblings, 0 replies; only message in thread
From: Xiaotian Feng @ 2009-10-12  3:00 UTC (permalink / raw)
  To: clem, akpm, dbrownell, a.zummo, viro; +Cc: linux-kernel, Xiaotian Feng

From: Xiaotian Feng <dfeng@redhat.com>

commit d43c36d removed sched.h from interrupt.h, this causes compile
failure in drivers/char/rtc.c.

Reported-by: Pete Clements <clem@clem.clem-digital.net>
Signed-of-by: Xiaotian Feng <xtfeng@gmail.com>
---
 drivers/char/rtc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/char/rtc.c b/drivers/char/rtc.c
index e0d0f8b..1bce8fc 100644
--- a/drivers/char/rtc.c
+++ b/drivers/char/rtc.c
@@ -62,6 +62,7 @@
  */
 
 #include <linux/interrupt.h>
+#include <linux/sched.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
-- 
1.6.2.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-12  3:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-12  3:00 [PATCH] rtc: fix compile failure in drivers/char/rtc.c Xiaotian Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®