Commit 5f267996 authored by Jeff Mahoney's avatar Jeff Mahoney Committed by Greg Kroah-Hartman

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: default avatarJeff Mahoney <jeffm@suse.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 317c68c0
......@@ -25,6 +25,7 @@
*************************************************************************
*/
#include <linux/sched.h>
#include "../rt_config.h"
INT Show_SSID_Proc(
......
......@@ -25,6 +25,7 @@
*************************************************************************
*/
#include <linux/sched.h>
#include "rt_config.h"
ULONG RTDebugLevel = RT_DEBUG_ERROR;
......
......@@ -34,6 +34,7 @@
--------- ---------- ----------------------------------------------
*/
#include <linux/sched.h>
#include "../rt_config.h"
......
......@@ -25,6 +25,7 @@
*************************************************************************
*/
#include <linux/sched.h>
#include "rt_config.h"
ULONG RTDebugLevel = RT_DEBUG_ERROR;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment