[PATCH 3/4] mm/vmstat: remove unused header cpumask.h

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


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

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

diff --git a/mm/vmstat.c b/mm/vmstat.c
index 1b585f8..3653449 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -15,7 +15,6 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/cpu.h>
-#include <linux/cpumask.h>
#include <linux/vmstat.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
--
1.9.1