diff options
author | Eric Biggers <ebiggers@google.com> | 2019-05-28 22:59:08 +0300 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2019-06-11 05:01:33 +0300 |
commit | 0bb06cac060dd033153277a0d9dab9fd8aa455a2 (patch) | |
tree | 7e86301a131f386e553201d8986e3cb42e3ff75f /fs/crypto/fname.c | |
parent | 5858bdad4d0d0fc18bf29f34c3ac836e0b59441f (diff) | |
download | linux-0bb06cac060dd033153277a0d9dab9fd8aa455a2.tar.xz |
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/fname.c')
-rw-r--r-- | fs/crypto/fname.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/crypto/fname.c b/fs/crypto/fname.c index eccea3d8f923..00d150ff3033 100644 --- a/fs/crypto/fname.c +++ b/fs/crypto/fname.c @@ -12,7 +12,6 @@ */ #include <linux/scatterlist.h> -#include <linux/ratelimit.h> #include <crypto/skcipher.h> #include "fscrypt_private.h" |