[PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h

From: Jeff Layton
Date: Tue May 09 2017 - 11:49:48 EST


Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx>
---
include/linux/fs.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/include/linux/fs.h b/include/linux/fs.h
index 7251f7bb45e8..38adefd8e2a0 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1252,8 +1252,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
*/
--
2.9.3