lkml.org 
[lkml]   [2009]   [Oct]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[origin tree build failure] [PATCH] headers: Fix build in drivers/char/genrtc.c
Fix:

drivers/char/genrtc.c: In function ‘gen_rtc_interrupt’:
drivers/char/genrtc.c:168: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
drivers/char/genrtc.c:168: error: (Each undeclared identifier is reported only once
drivers/char/genrtc.c:168: error: for each function it appears in.)
drivers/char/genrtc.c:186: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
drivers/char/genrtc.c:186: error: implicit declaration of function ‘signal_pending’
drivers/char/genrtc.c:186: error: implicit declaration of function ‘schedule’

Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
drivers/char/genrtc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/char/genrtc.c b/drivers/char/genrtc.c
index aac0985..31e7c91 100644
--- a/drivers/char/genrtc.c
+++ b/drivers/char/genrtc.c
@@ -43,6 +43,7 @@
#define RTC_VERSION "1.07"

#include <linux/module.h>
+#include <linux/sched.h>
#include <linux/errno.h>
#include <linux/miscdevice.h>
#include <linux/fcntl.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2009-10-12 12:17    [W:0.111 / U:0.736 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site