aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/keyinfo.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-05-28 12:59:08 -0700
committerEric Biggers <ebiggers@google.com>2019-06-10 19:01:33 -0700
commit0bb06cac060dd033153277a0d9dab9fd8aa455a2 (patch)
tree7e86301a131f386e553201d8986e3cb42e3ff75f /fs/crypto/keyinfo.c
parentfscrypt: don't set policy for a dead directory (diff)
downloadlinux-dev-0bb06cac060dd033153277a0d9dab9fd8aa455a2.tar.xz
linux-dev-0bb06cac060dd033153277a0d9dab9fd8aa455a2.zip
fscrypt: remove unnecessary includes of ratelimit.h
These should have been removed during commit 544d08fde258 ("fscrypt: use a common logging function"), but I missed them. Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'fs/crypto/keyinfo.c')
-rw-r--r--fs/crypto/keyinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/crypto/keyinfo.c b/fs/crypto/keyinfo.c
index dcd91a3fbe49..207ebed918c1 100644
--- a/fs/crypto/keyinfo.c
+++ b/fs/crypto/keyinfo.c
@@ -12,7 +12,6 @@
#include <keys/user-type.h>
#include <linux/hashtable.h>
#include <linux/scatterlist.h>
-#include <linux/ratelimit.h>
#include <crypto/aes.h>
#include <crypto/algapi.h>
#include <crypto/sha.h>