]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
pstore: Remove unused vmalloc.h in pmsg
authorGeliang Tang <geliangtang@gmail.com>
Thu, 23 Mar 2017 13:15:13 +0000 (21:15 +0800)
committerKees Cook <keescook@chromium.org>
Thu, 27 Apr 2017 21:48:59 +0000 (14:48 -0700)
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>
fs/pstore/pmsg.c

index c16a2477e106cd426b2d5b93bd1ba463133adf19..209755e0d7c8ee92e3f19ff8fd4b45b6a9a9d1fa 100644 (file)
@@ -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);