aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-04-15 15:27:58 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2018-04-15 15:27:58 -0400
commit9dceab89d88572eb673883e98c2b62e9b3b4537e (patch)
treedd60947c13ab4fe9cc452d2af42be06edd19fad4
parentb1cb4f93b5f861b498a29d0a1ad701ebe9a75e7e (diff)
parentd56f3af9e801970d21c57621de3b42bc17eac152 (diff)
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
-rw-r--r--arch/openrisc/include/uapi/asm/unistd.h2
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 @@
17 * (at your option) any later version. 17 * (at your option) any later version.
18 */ 18 */
19 19
20#define __ARCH_HAVE_MMU
21
22#define sys_mmap2 sys_mmap_pgoff 20#define sys_mmap2 sys_mmap_pgoff
23 21
24#define __ARCH_WANT_RENAMEAT 22#define __ARCH_WANT_RENAMEAT