Commit 3509d048 authored by Geliang Tang's avatar Geliang Tang Committed by Kees Cook

pstore: Remove unused vmalloc.h in pmsg

Since the vmalloc code has been removed from write_pmsg() in the commit
"5bf6d1b9 pstore/pmsg: drop bounce buffer", remove the unused header
vmalloc.h.
Signed-off-by: default avatarGeliang Tang <geliangtang@gmail.com>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
parent 30800d99
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment