From: Geliang Tang Date: Thu, 23 Mar 2017 13:15:13 +0000 (+0800) Subject: pstore: Remove unused vmalloc.h in pmsg X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3509d048c8a813a8f903ffd5f8dc5ca66e3d8716;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Kees Cook --- 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 #include #include -#include #include "internal.h" static DEFINE_MUTEX(pmsg_lock);