From 08435d89dd5890c3e72dbdc0f47e7b06f0012447 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 3 Sep 2016 17:07:08 -0400 Subject: frv: move HAVE_ARCH_UNMAPPED_AREA to pgtable.h it has no business in uaccess.h, everything else has it in pgtable.h and the only user (mm/mmap.c) unconditionally pulls asm/pgtable.h via linux/mm.h. Signed-off-by: Al Viro --- arch/frv/include/asm/uaccess.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/frv/include/asm/uaccess.h') diff --git a/arch/frv/include/asm/uaccess.h b/arch/frv/include/asm/uaccess.h index 87d9e34c5df8..c0f4057eab60 100644 --- a/arch/frv/include/asm/uaccess.h +++ b/arch/frv/include/asm/uaccess.h @@ -20,8 +20,6 @@ #include #include -#define HAVE_ARCH_UNMAPPED_AREA /* we decide where to put mmaps */ - #define __ptr(x) ((unsigned long __force *)(x)) #define VERIFY_READ 0 -- cgit v1.2.3