diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-04-15 21:27:58 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-04-15 21:27:58 +0200 |
commit | 9dceab89d88572eb673883e98c2b62e9b3b4537e (patch) | |
tree | dd60947c13ab4fe9cc452d2af42be06edd19fad4 /arch/openrisc | |
parent | Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... (diff) | |
parent | openrisc: remove unused __ARCH_HAVE_MMU define (diff) | |
download | linux-9dceab89d88572eb673883e98c2b62e9b3b4537e.tar.xz linux-9dceab89d88572eb673883e98c2b62e9b3b4537e.zip |
Merge tag 'for-linus' of git://github.com/openrisc/linux
Pull OpenRISC fixlet from Stafford Horne:
"Just one small thing here, it came in a while back but I didnt have
anything in my 4.16 queue, still its the only thing for 4.17 so
sending it alone.
Small cleanup: remove unused __ARCH_HAVE_MMU define"
* tag 'for-linus' of git://github.com/openrisc/linux:
openrisc: remove unused __ARCH_HAVE_MMU define
Diffstat (limited to 'arch/openrisc')
-rw-r--r-- | arch/openrisc/include/uapi/asm/unistd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/openrisc/include/uapi/asm/unistd.h b/arch/openrisc/include/uapi/asm/unistd.h index 9a3ee389631e..11c5a58ab333 100644 --- a/arch/openrisc/include/uapi/asm/unistd.h +++ b/arch/openrisc/include/uapi/asm/unistd.h @@ -17,8 +17,6 @@ * (at your option) any later version. */ -#define __ARCH_HAVE_MMU - #define sys_mmap2 sys_mmap_pgoff #define __ARCH_WANT_RENAMEAT |