aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Zhou <[email protected]>2020-05-08 12:22:41 +0000
committerAnna Schumaker <[email protected]>2020-05-27 14:10:12 +0000
commitef31d878b2e7856cb5d2f76f14b37f4b834eb0f3 (patch)
tree942c22d0fad0b3c09606e7943b5e162cf82885c2
parentNFS: Replace zero-length array with flexible-array (diff)
downloadkernel-ef31d878b2e7856cb5d2f76f14b37f4b834eb0f3.tar.gz
kernel-ef31d878b2e7856cb5d2f76f14b37f4b834eb0f3.zip
NFS: remove duplicate headers
Remove duplicate headers which are included twice. Signed-off-by: Chen Zhou <[email protected]> Signed-off-by: Anna Schumaker <[email protected]>
-rw-r--r--fs/nfs/dns_resolve.c1
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>