summaryrefslogtreecommitdiffstats
path: root/fs/crypto/hooks.c
diff options
context:
space:
mode:
authorEric Biggers2019-05-28 21:59:08 +0200
committerEric Biggers2019-06-11 04:01:33 +0200
commit0bb06cac060dd033153277a0d9dab9fd8aa455a2 (patch)
tree7e86301a131f386e553201d8986e3cb42e3ff75f /fs/crypto/hooks.c
parentfscrypt: don't set policy for a dead directory (diff)
downloadkernel-qcow2-linux-0bb06cac060dd033153277a0d9dab9fd8aa455a2.tar.gz
kernel-qcow2-linux-0bb06cac060dd033153277a0d9dab9fd8aa455a2.tar.xz
kernel-qcow2-linux-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/hooks.c')
-rw-r--r--fs/crypto/hooks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/crypto/hooks.c b/fs/crypto/hooks.c
index bd525f7573a4..c1d6715d88e9 100644
--- a/fs/crypto/hooks.c
+++ b/fs/crypto/hooks.c
@@ -5,7 +5,6 @@
* Encryption hooks for higher-level filesystem operations.
*/
-#include <linux/ratelimit.h>
#include "fscrypt_private.h"
/**