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

Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin arch

Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Bryan Wu and committed by
Linus Torvalds
d31c5ab1 ac078602

+5
+1
arch/blackfin/kernel/init_task.c
··· 31 31 #include <linux/module.h> 32 32 #include <linux/init_task.h> 33 33 #include <linux/mqueue.h> 34 + #include <linux/fs.h> 34 35 35 36 static struct fs_struct init_fs = INIT_FS; 36 37 static struct files_struct init_files = INIT_FILES;
+2
arch/blackfin/kernel/process.c
··· 33 33 #include <linux/user.h> 34 34 #include <linux/a.out.h> 35 35 #include <linux/uaccess.h> 36 + #include <linux/fs.h> 37 + #include <linux/err.h> 36 38 37 39 #include <asm/blackfin.h> 38 40 #include <asm/fixed_code.h>
+1
arch/blackfin/kernel/sys_bfin.c
··· 37 37 #include <linux/syscalls.h> 38 38 #include <linux/mman.h> 39 39 #include <linux/file.h> 40 + #include <linux/fs.h> 40 41 #include <linux/uaccess.h> 41 42 #include <linux/ipc.h> 42 43 #include <linux/unistd.h>
+1
arch/blackfin/kernel/traps.c
··· 31 31 #include <linux/interrupt.h> 32 32 #include <linux/module.h> 33 33 #include <linux/kallsyms.h> 34 + #include <linux/fs.h> 34 35 #include <asm/traps.h> 35 36 #include <asm/cacheflush.h> 36 37 #include <asm/blackfin.h>