[PATCH] pstore: remove unused vmalloc.h in pmsg

From: Geliang Tang
Date: Thu Mar 23 2017 - 09:15:31 EST


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@xxxxxxxxx>
---
fs/pstore/pmsg.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/pstore/pmsg.c b/fs/pstore/pmsg.c
index c16a247..209755e 100644
--- 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);
--
2.9.3