projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30800d9
)
pstore: Remove unused vmalloc.h in pmsg
author
Geliang Tang
<geliangtang@gmail.com>
Thu, 23 Mar 2017 13:15:13 +0000
(21:15 +0800)
committer
Kees 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/pstore/pmsg.c
b/fs/pstore/pmsg.c
index c16a2477e106cd426b2d5b93bd1ba463133adf19..209755e0d7c8ee92e3f19ff8fd4b45b6a9a9d1fa 100644
(file)
--- 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);