From ef8b42f78e883cb72fd781c2eff3a42d89c1c0c3 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Thu, 7 Jun 2018 17:11:05 -0700 Subject: autofs4: merge auto_fs.h and auto_fs4.h The autofs module has long since been removed so there's no need to have two separate include files for autofs. Link: http://lkml.kernel.org/r/152626703024.28589.9571964661718767929.stgit@pluto.themaw.net Signed-off-by: Ian Kent Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- fs/autofs4/autofs_i.h | 2 +- fs/compat_ioctl.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'fs') diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index 4737615f0eaa..01636f3945d5 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h @@ -9,7 +9,7 @@ /* Internal header file for autofs */ -#include +#include #include #include diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index ef80085ed564..b3e1768b636e 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3-59-g8ed1b