[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1271693436-14950-1-git-send-email-weber@corscience.de>
Date: Mon, 19 Apr 2010 16:10:36 +0000
From: Thomas Weber <weber@...science.de>
To: linux-kernel@...r.kernel.org
Cc: Thomas Weber <weber@...science.de>, linux-omap@...r.kernel.org,
johnpol@....mipt.ru
Subject: [PATCH] Drivers: w1: omap_hdq: Fix missing include sched.h
In commit f6a570333e554b48ad589e7137c77c57809eee81 #include <sched.h> was
removed from module.h and not added in omap_hdq.c .
The definition for TASK_UNINTERRUPTIBLE and
schedule_timeout_uninterruptible are missing.
This patch fixes the missing definition.
Signed-off-by: Thomas Weber <weber@...science.de>
---
drivers/w1/masters/omap_hdq.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/w1/masters/omap_hdq.c b/drivers/w1/masters/omap_hdq.c
index ef36fca..3a7e9ff 100644
--- a/drivers/w1/masters/omap_hdq.c
+++ b/drivers/w1/masters/omap_hdq.c
@@ -16,6 +16,7 @@
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/io.h>
+#include <linux/sched.h>
#include <asm/irq.h>
#include <mach/hardware.h>
--
1.6.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists