Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m32r: build fix for removing fs.h from mm.h

This patch fixes the m32r build after the commit "Remove fs.h from mm.h"
was merged (commit 4e950f6f0189f65f8bf069cf2272649ef418f5e4).

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Hirokazu Takata and committed by
Linus Torvalds
cfcd8c4f b8a94b3d

+3
+1
arch/m32r/kernel/ptrace.c
··· 17 17 #include <linux/kernel.h> 18 18 #include <linux/sched.h> 19 19 #include <linux/mm.h> 20 + #include <linux/err.h> 20 21 #include <linux/smp.h> 21 22 #include <linux/smp_lock.h> 22 23 #include <linux/errno.h>
+1
arch/m32r/kernel/smpboot.c
··· 43 43 #include <linux/init.h> 44 44 #include <linux/kernel.h> 45 45 #include <linux/mm.h> 46 + #include <linux/err.h> 46 47 #include <linux/irq.h> 47 48 #include <linux/bootmem.h> 48 49 #include <linux/delay.h>
+1
arch/m32r/kernel/sys_m32r.c
··· 10 10 #include <linux/errno.h> 11 11 #include <linux/sched.h> 12 12 #include <linux/mm.h> 13 + #include <linux/fs.h> 13 14 #include <linux/smp.h> 14 15 #include <linux/sem.h> 15 16 #include <linux/msg.h>