Remove unused header cpumask.h from mm/zsmalloc.c. Signed-off-by: Geliang Tang <geliangtang@xxxxxxxxx> --- mm/zsmalloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index b6d4f25..a93327e 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -57,7 +57,6 @@ #include <linux/slab.h> #include <asm/tlbflush.h> #include <asm/pgtable.h> -#include <linux/cpumask.h> #include <linux/cpu.h> #include <linux/vmalloc.h> #include <linux/preempt.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>