Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f46df6a8 authored by Eric Biggers's avatar Eric Biggers Committed by Jaegeuk Kim
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 cf31553b
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
@@ -4,7 +4,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>