diff options
author | Chen Zhou <chenzhou10@huawei.com> | 2020-05-08 20:22:41 +0800 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2020-05-27 10:10:12 -0400 |
commit | ef31d878b2e7856cb5d2f76f14b37f4b834eb0f3 (patch) | |
tree | 942c22d0fad0b3c09606e7943b5e162cf82885c2 /fs/nfs | |
parent | 1ad8dd939a9826ff6f8c69ac13e4e1dbba076703 (diff) |
NFS: remove duplicate headers
Remove duplicate headers which are included twice.
Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/dns_resolve.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/dns_resolve.c b/fs/nfs/dns_resolve.c index 963800037609..e87d500ad95a 100644 --- a/fs/nfs/dns_resolve.c +++ b/fs/nfs/dns_resolve.c @@ -39,7 +39,6 @@ ssize_t nfs_dns_resolve_name(struct net *net, char *name, size_t namelen, #include <linux/string.h> #include <linux/kmod.h> #include <linux/slab.h> -#include <linux/module.h> #include <linux/socket.h> #include <linux/seq_file.h> #include <linux/inet.h> |