Commit 0bb06cac authored by Eric Biggers's avatar Eric Biggers
Browse files

fscrypt: remove unnecessary includes of ratelimit.h



These should have been removed during commit 544d08fd ("fscrypt: use
a common logging function"), but I missed them.

Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
parent 5858bdad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
 */

#include <linux/scatterlist.h>
#include <linux/ratelimit.h>
#include <crypto/skcipher.h>
#include "fscrypt_private.h"

+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
 * Encryption hooks for higher-level filesystem operations.
 */

#include <linux/ratelimit.h>
#include "fscrypt_private.h"

/**
+0 −1
Original line number Diff line number Diff line
@@ -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>