Skip to content

Commit

Permalink
staging: more sched.h fixes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Mahoney authored and Greg Kroah-Hartman committed Oct 14, 2009
1 parent 317c68c commit 5f26799
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/rt2860/common/cmm_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*************************************************************************
*/

#include <linux/sched.h>
#include "../rt_config.h"

INT Show_SSID_Proc(
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/rt2860/rt_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*************************************************************************
*/

#include <linux/sched.h>
#include "rt_config.h"

ULONG RTDebugLevel = RT_DEBUG_ERROR;
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/rt3090/common/cmm_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
--------- ---------- ----------------------------------------------
*/

#include <linux/sched.h>
#include "../rt_config.h"


Expand Down
1 change: 1 addition & 0 deletions drivers/staging/rt3090/rt_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*************************************************************************
*/

#include <linux/sched.h>
#include "rt_config.h"

ULONG RTDebugLevel = RT_DEBUG_ERROR;
Expand Down

0 comments on commit 5f26799

Please sign in to comment.