summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2018-10-18 17:03:56 -0400
committerTrond Myklebust <trond.myklebust@hammerspace.com>2018-10-18 17:03:56 -0400
commite732f4485a150492b286f3efc06f9b34dd6b9995 (patch)
treec4f23c9942eb992e3764385044c0c4b4f1c52f07 /net
parent44f411c353bf6d98d5a34f8f1b8605d43b2e50b8 (diff)
downloadlinux-0-day-e732f4485a150492b286f3efc06f9b34dd6b9995.tar.gz
linux-0-day-e732f4485a150492b286f3efc06f9b34dd6b9995.tar.xz
SUNRPC: Fix a compile warning for cmpxchg64()
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'net')
-rw-r--r--net/sunrpc/auth_gss/gss_krb5_seal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/auth_gss/gss_krb5_seal.c b/net/sunrpc/auth_gss/gss_krb5_seal.c
index 54e41c01edb7f..b4adeb06660b1 100644
--- a/net/sunrpc/auth_gss/gss_krb5_seal.c
+++ b/net/sunrpc/auth_gss/gss_krb5_seal.c
@@ -63,6 +63,7 @@
#include <linux/sunrpc/gss_krb5.h>
#include <linux/random.h>
#include <linux/crypto.h>
+#include <linux/atomic.h>
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
# define RPCDBG_FACILITY RPCDBG_AUTH