riscv: include <asm/pgtable.h> in <asm/uaccess.h>
[linux-2.6-microblaze.git] / arch / riscv / include / asm / uaccess.h
index 8ce9d60..22de922 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _ASM_RISCV_UACCESS_H
 #define _ASM_RISCV_UACCESS_H
 
+#include <asm/pgtable.h>               /* for TASK_SIZE */
+
 /*
  * User space memory access functions
  */