aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm/uaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/include/asm/uaccess.h')
-rw-r--r--arch/xtensa/include/asm/uaccess.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/xtensa/include/asm/uaccess.h b/arch/xtensa/include/asm/uaccess.h
index 5b0c18c1cce..82d4e3815c8 100644
--- a/arch/xtensa/include/asm/uaccess.h
+++ b/arch/xtensa/include/asm/uaccess.h
@@ -17,6 +17,7 @@
17#define _XTENSA_UACCESS_H 17#define _XTENSA_UACCESS_H
18 18
19#include <linux/errno.h> 19#include <linux/errno.h>
20#include <asm/types.h>
20 21
21#define VERIFY_READ 0 22#define VERIFY_READ 0
22#define VERIFY_WRITE 1 23#define VERIFY_WRITE 1
@@ -26,7 +27,6 @@
26#include <asm/current.h> 27#include <asm/current.h>
27#include <asm/asm-offsets.h> 28#include <asm/asm-offsets.h>
28#include <asm/processor.h> 29#include <asm/processor.h>
29#include <asm/types.h>
30 30
31/* 31/*
32 * These assembly macros mirror the C macros that follow below. They 32 * These assembly macros mirror the C macros that follow below. They
@@ -157,7 +157,6 @@
157#else /* __ASSEMBLY__ not defined */ 157#else /* __ASSEMBLY__ not defined */
158 158
159#include <linux/sched.h> 159#include <linux/sched.h>
160#include <asm/types.h>
161 160
162/* 161/*
163 * The fs value determines whether argument validity checking should 162 * The fs value determines whether argument validity checking should