mirror of https://gitee.com/openkylin/linux.git
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:
parent
317c68c04d
commit
5f267996eb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue