diff options
author | Wang Hai <wanghai38@huawei.com> | 2020-08-19 10:49:43 +0800 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2020-08-19 13:19:42 -0400 |
commit | ad112aa8b1ac4bf5e8da67734fcb535fd3cd564e (patch) | |
tree | 3219d389477c2271eaa20466b799f9277b394e29 /net | |
parent | 34b09af4f54e6485e28f138ccad159611a240cc1 (diff) | |
download | linux-ad112aa8b1ac4bf5e8da67734fcb535fd3cd564e.tar.bz2 |
SUNRPC: remove duplicate include
Remove linux/sunrpc/auth_gss.h which is included more than once
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/auth_gss/trace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/trace.c b/net/sunrpc/auth_gss/trace.c index d26036a57443..76685abba60f 100644 --- a/net/sunrpc/auth_gss/trace.c +++ b/net/sunrpc/auth_gss/trace.c @@ -9,7 +9,6 @@ #include <linux/sunrpc/svc_xprt.h> #include <linux/sunrpc/auth_gss.h> #include <linux/sunrpc/gss_err.h> -#include <linux/sunrpc/auth_gss.h> #define CREATE_TRACE_POINTS #include <trace/events/rpcgss.h> |