[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <e9127f1254bc5617560fed2ddf24b70718cdbcf8.1490254671.git.geliangtang@gmail.com>
Date: Thu, 23 Mar 2017 21:15:13 +0800
From: Geliang Tang <geliangtang@...il.com>
To: Kees Cook <keescook@...omium.org>,
Anton Vorontsov <anton@...msg.org>,
Colin Cross <ccross@...roid.com>,
Tony Luck <tony.luck@...el.com>
Cc: Geliang Tang <geliangtang@...il.com>, linux-kernel@...r.kernel.org
Subject: [PATCH] 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 <geliangtang@...il.com>
---
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
Powered by blists - more mailing lists