public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: more sched.h fixes
@ 2009-10-13  0:28 Jeff Mahoney
  2009-10-14 17:38 ` patch staging-more-sched.h-fixes.patch added to gregkh-2.6 tree gregkh
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Mahoney @ 2009-10-13  0:28 UTC (permalink / raw)
  To: Greg KH; +Cc: Linux Kernel Mailing List

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@suse.com>
---
 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;
-- 
Jeff Mahoney
SUSE Labs

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

* patch staging-more-sched.h-fixes.patch added to gregkh-2.6 tree
  2009-10-13  0:28 [PATCH] staging: more sched.h fixes Jeff Mahoney
@ 2009-10-14 17:38 ` gregkh
  0 siblings, 0 replies; 2+ messages in thread
From: gregkh @ 2009-10-14 17:38 UTC (permalink / raw)
  To: jeffm, gregkh, linux-kernel


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@suse.com  Wed Oct 14 10:18:54 2009
From: Jeff Mahoney <jeffm@suse.com>
Date: Mon, 12 Oct 2009 20:28:11 -0400
Subject: staging: more sched.h fixes
To: Greg KH <gregkh@suse.de>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Message-ID: <4AD3C99B.8040507@suse.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@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.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;


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

end of thread, other threads:[~2009-10-14 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-13  0:28 [PATCH] staging: more sched.h fixes Jeff Mahoney
2009-10-14 17:38 ` patch staging-more-sched.h-fixes.patch added to gregkh-2.6 tree gregkh

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