diff options
author | Geliang Tang <geliangtang@gmail.com> | 2017-03-23 21:15:13 +0800 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2017-04-27 14:48:59 -0700 |
commit | 3509d048c8a813a8f903ffd5f8dc5ca66e3d8716 (patch) | |
tree | 109345e47377835f55b8c8bb8e31de24b92ab520 /fs | |
parent | 30800d9977ec271a7836d777848dba6773d12a3b (diff) | |
download | linux-3509d048c8a813a8f903ffd5f8dc5ca66e3d8716.tar.bz2 |
pstore: Remove unused vmalloc.h in pmsg
Since the vmalloc code has been removed from write_pmsg() in the commit
"5bf6d1b pstore/pmsg: drop bounce buffer", remove the unused header
vmalloc.h.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/pstore/pmsg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/pstore/pmsg.c b/fs/pstore/pmsg.c index c16a2477e106..209755e0d7c8 100644 --- a/fs/pstore/pmsg.c +++ b/fs/pstore/pmsg.c @@ -15,7 +15,6 @@ #include <linux/device.h> #include <linux/fs.h> #include <linux/uaccess.h> -#include <linux/vmalloc.h> #include "internal.h" static DEFINE_MUTEX(pmsg_lock); |