[PATCH 2/4] mm: kmemleak: remove unused header cpumask.h

From: Geliang Tang
Date: Thu Jun 02 2016 - 02:16:00 EST


Remove unused header cpumask.h from mm/kmemleak.c.

Signed-off-by: Geliang Tang <geliangtang@xxxxxxxxx>
---
mm/kmemleak.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index e642992..2617309 100644
--- a/mm/kmemleak.c
+++ b/mm/kmemleak.c
@@ -82,7 +82,6 @@
#include <linux/fs.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
-#include <linux/cpumask.h>
#include <linux/spinlock.h>
#include <linux/mutex.h>
#include <linux/rcupdate.h>
--
1.9.1