diff options
author | zilong.liu <liuziloong@gmail.com> | 2015-07-28 15:12:18 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2015-07-28 15:12:18 -0400 |
commit | 923ae471773a6b324815ef3e3c5e787818ae129a (patch) | |
tree | e02eafc18c963a019087ff836927577515e1bf2e /fs/ext4 | |
parent | 911af577de4e444622d46500c1f9a37ab4335d3a (diff) |
ext4 crypto: remove duplicate header file
Remove key.h which is included twice in crypto_fname.c
Signed-off-by: zilong.liu <liuziloong@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/crypto_fname.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/crypto_fname.c b/fs/ext4/crypto_fname.c index 86ee996a2bd4..847f919c84d9 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> |