diff mbox

fs: remove unneeded forward definition of mm_struct from fs.h

Message ID 20170525102927.6163-1-jlayton@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jeff Layton May 25, 2017, 10:29 a.m. UTC
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Jan Kara <jack@suse.cz>
---
 include/linux/fs.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/include/linux/fs.h b/include/linux/fs.h
index 803e5a9b2654..26f0c64cd4fb 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1254,8 +1254,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
  */