aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@gmail.com>2017-03-23 21:15:13 +0800
committerKees Cook <keescook@chromium.org>2017-04-27 14:48:59 -0700
commit3509d048c8a813a8f903ffd5f8dc5ca66e3d8716 (patch)
tree109345e47377835f55b8c8bb8e31de24b92ab520 /fs/pstore
parentpstore: simplify write_user_compat() (diff)
downloadlinux-dev-3509d048c8a813a8f903ffd5f8dc5ca66e3d8716.tar.xz
linux-dev-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.c1
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);