]> Git Repo - linux.git/commitdiff
m68knommu: Remove mm.h include from uaccess_no.h
authorThomas Gleixner <[email protected]>
Sat, 21 Mar 2020 19:22:10 +0000 (20:22 +0100)
committerThomas Gleixner <[email protected]>
Sat, 28 Mar 2020 10:45:39 +0000 (11:45 +0100)
In file included
  from include/linux/huge_mm.h:8,
  from include/linux/mm.h:567,
  from arch/m68k/include/asm/uaccess_no.h:8,
  from arch/m68k/include/asm/uaccess.h:3,
  from include/linux/uaccess.h:11,
  from include/linux/sched/task.h:11,
  from include/linux/sched/signal.h:9,
  from include/linux/rcuwait.h:6,
  from include/linux/percpu-rwsem.h:7,
  from kernel/locking/percpu-rwsem.c:6:
 include/linux/fs.h:1422:29: error: array type has incomplete element type 'struct percpu_rw_semaphore'
    1422 |  struct percpu_rw_semaphore rw_sem[SB_FREEZE_LEVELS];

Removing the include of linux/mm.h from the uaccess header solves the problem
and various build tests of nommu configurations still work.

Fixes: 80fbaf1c3f29 ("rcuwait: Add @state argument to rcuwait_wait_event()")
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
arch/m68k/include/asm/uaccess_no.h

index 6bc80c35726dfbcaf4bc4d2f855f01b31eee99a5..a24cfe4a0d328333787bdc7fe12b86204188317d 100644 (file)
@@ -5,7 +5,6 @@
 /*
  * User space memory access functions
  */
-#include <linux/mm.h>
 #include <linux/string.h>
 
 #include <asm/segment.h>
This page took 0.058448 seconds and 4 git commands to generate.