From 3509d048c8a813a8f903ffd5f8dc5ca66e3d8716 Mon Sep 17 00:00:00 2001 From: Geliang Tang Date: Thu, 23 Mar 2017 21:15:13 +0800 Subject: 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 --- fs/pstore/pmsg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/pstore') 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); -- cgit v1.2.3