From: Jeff Layton Date: Wed, 6 Sep 2017 23:23:22 +0000 (-0700) Subject: include/linux/fs.h: remove unneeded forward definition of mm_struct X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a446d6f9ce545248c62ab9694d05ac6f68563706;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git include/linux/fs.h: remove unneeded forward definition of mm_struct Link: http://lkml.kernel.org/r/20170525102927.6163-1-jlayton@redhat.com Signed-off-by: Jeff Layton Reviewed-by: Jan Kara Cc: Alexander Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/fs.h b/include/linux/fs.h index cc2e0f5a8fd1..baea880c5c03 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1270,8 +1270,6 @@ extern void f_delown(struct file *filp); extern pid_t f_getown(struct file *filp); extern int send_sigurg(struct fown_struct *fown); -struct mm_struct; - /* * Umount options */