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 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>