diff options
author | Geliang Tang <geliangtang@gmail.com> | 2017-03-23 14:15:13 +0100 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2017-04-27 23:48:59 +0200 |
commit | 3509d048c8a813a8f903ffd5f8dc5ca66e3d8716 (patch) | |
tree | 109345e47377835f55b8c8bb8e31de24b92ab520 /fs/pstore | |
parent | pstore: simplify write_user_compat() (diff) | |
download | linux-3509d048c8a813a8f903ffd5f8dc5ca66e3d8716.tar.xz linux-3509d048c8a813a8f903ffd5f8dc5ca66e3d8716.zip |
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/pstore')
-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); |