Skip to content

Commit

Permalink
pstore: Remove unused vmalloc.h in pmsg
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geliang Tang authored and Kees Cook committed Apr 27, 2017
1 parent 30800d9 commit 3509d04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/pstore/pmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3509d04

Please sign in to comment.