|
@@ -16,12 +16,9 @@
|
|
#ifndef _XTENSA_UACCESS_H
|
|
#ifndef _XTENSA_UACCESS_H
|
|
#define _XTENSA_UACCESS_H
|
|
#define _XTENSA_UACCESS_H
|
|
|
|
|
|
-#include <linux/errno.h>
|
|
|
|
#include <linux/prefetch.h>
|
|
#include <linux/prefetch.h>
|
|
#include <asm/types.h>
|
|
#include <asm/types.h>
|
|
|
|
|
|
-#include <linux/sched.h>
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* The fs value determines whether argument validity checking should
|
|
* The fs value determines whether argument validity checking should
|
|
* be performed or not. If get_fs() == USER_DS, checking is
|
|
* be performed or not. If get_fs() == USER_DS, checking is
|