]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/nios2/include/asm/uaccess.h
uaccess: drop duplicate includes from asm/uaccess.h
[karo-tx-linux.git] / arch / nios2 / include / asm / uaccess.h
index 0ab82324c8174559ddd478aa0a2dd171b652b8c0..198bbf15f644985622373893daa484e61ae59441 100644 (file)
 #ifndef _ASM_NIOS2_UACCESS_H
 #define _ASM_NIOS2_UACCESS_H
 
-#include <linux/errno.h>
-#include <linux/thread_info.h>
 #include <linux/string.h>
 
 #include <asm/page.h>
 
-#define VERIFY_READ    0
-#define VERIFY_WRITE   1
-
 /*
  * The exception table consists of pairs of addresses: the first is the
  * address of an instruction that is allowed to fault, and the second is