staging: more sched.h fixes

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>
This commit is contained in:
Jeff Mahoney 2009-10-12 20:28:11 -04:00 committed by Greg Kroah-Hartman
parent 317c68c04d
commit 5f267996eb
4 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,7 @@
*************************************************************************
*/
#include <linux/sched.h>
#include "../rt_config.h"
INT Show_SSID_Proc(

View file

@ -25,6 +25,7 @@
*************************************************************************
*/
#include <linux/sched.h>
#include "rt_config.h"
ULONG RTDebugLevel = RT_DEBUG_ERROR;

View file

@ -34,6 +34,7 @@
--------- ---------- ----------------------------------------------
*/
#include <linux/sched.h>
#include "../rt_config.h"

View file

@ -25,6 +25,7 @@
*************************************************************************
*/
#include <linux/sched.h>
#include "rt_config.h"
ULONG RTDebugLevel = RT_DEBUG_ERROR;