diff options
author | zilong.liu <liuziloong@gmail.com> | 2015-07-28 21:12:18 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2015-07-28 21:12:18 +0200 |
commit | 923ae471773a6b324815ef3e3c5e787818ae129a (patch) | |
tree | e02eafc18c963a019087ff836927577515e1bf2e /fs/ext4/crypto_fname.c | |
parent | ext4: update c/mtime on truncate up (diff) | |
download | linux-923ae471773a6b324815ef3e3c5e787818ae129a.tar.xz linux-923ae471773a6b324815ef3e3c5e787818ae129a.zip |
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/crypto_fname.c')
-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> |