[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1255541936728@kroah.org>
Date: Wed, 14 Oct 2009 10:38:56 -0700
From: <gregkh@...e.de>
To: jeffm@...e.com, gregkh@...e.de, linux-kernel@...r.kernel.org
Subject: patch staging-more-sched.h-fixes.patch added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled
Subject: staging: more sched.h fixes
to my gregkh-2.6 tree. Its filename is
staging-more-sched.h-fixes.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
>From jeffm@...e.com Wed Oct 14 10:18:54 2009
From: Jeff Mahoney <jeffm@...e.com>
Date: Mon, 12 Oct 2009 20:28:11 -0400
Subject: staging: more sched.h fixes
To: Greg KH <gregkh@...e.de>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Message-ID: <4AD3C99B.8040507@...e.com>
This patch contains more sched.h additions for drivers that built
fine under x86_64 but not i386 for some reason.
Signed-off-by: Jeff Mahoney <jeffm@...e.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
drivers/staging/rt2860/common/cmm_info.c | 1 +
drivers/staging/rt2860/rt_linux.c | 1 +
drivers/staging/rt3090/common/cmm_info.c | 1 +
drivers/staging/rt3090/rt_linux.c | 1 +
4 files changed, 4 insertions(+)
--- a/drivers/staging/rt2860/common/cmm_info.c
+++ b/drivers/staging/rt2860/common/cmm_info.c
@@ -25,6 +25,7 @@
*************************************************************************
*/
+#include <linux/sched.h>
#include "../rt_config.h"
INT Show_SSID_Proc(
--- a/drivers/staging/rt2860/rt_linux.c
+++ b/drivers/staging/rt2860/rt_linux.c
@@ -25,6 +25,7 @@
*************************************************************************
*/
+#include <linux/sched.h>
#include "rt_config.h"
ULONG RTDebugLevel = RT_DEBUG_ERROR;
--- a/drivers/staging/rt3090/common/cmm_info.c
+++ b/drivers/staging/rt3090/common/cmm_info.c
@@ -34,6 +34,7 @@
--------- ---------- ----------------------------------------------
*/
+#include <linux/sched.h>
#include "../rt_config.h"
--- a/drivers/staging/rt3090/rt_linux.c
+++ b/drivers/staging/rt3090/rt_linux.c
@@ -25,6 +25,7 @@
*************************************************************************
*/
+#include <linux/sched.h>
#include "rt_config.h"
ULONG RTDebugLevel = RT_DEBUG_ERROR;
--
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