[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1437033521-3138-1-git-send-email-liuziloong@gmail.com>
Date: Thu, 16 Jul 2015 15:58:41 +0800
From: liuziloong@...il.com
To: tytso@....edu, adilger.kernel@...ger.ca, mhalcrow@...gle.com
Cc: linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org,
"zilong.liu" <liuziloong@...il.com>
Subject: [PATCH] ext4 crypto: remove duplicate header file
From: "zilong.liu" <liuziloong@...il.com>
Remove key.h which is included twice in crypto_fname.c
Signed-off-by: zilong.liu <liuziloong@...il.com>
---
fs/ext4/crypto_fname.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/ext4/crypto_fname.c b/fs/ext4/crypto_fname.c
index 7dc4eb5..4c11768 100644
--- a/fs/ext4/crypto_fname.c
+++ b/fs/ext4/crypto_fname.c
@@ -19,7 +19,6 @@
#include <linux/gfp.h>
#include <linux/kernel.h>
#include <linux/key.h>
-#include <linux/key.h>
#include <linux/list.h>
#include <linux/mempool.h>
#include <linux/random.h>
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists