Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1411863
| From | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/4] mm/zsmalloc: remove unused header cpumask.h |
| Date | 2016-06-02 08:20 +0200 |
| Message-ID | <rFu93-2i2-3@gated-at.bofh.it> (permalink) |
| References | <rFu93-2i2-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Remove unused header cpumask.h from mm/zsmalloc.c. Signed-off-by: Geliang Tang <geliangtang@gmail.com> --- 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 4/4] mm/zsmalloc: remove unused header cpumask.h Geliang Tang <geliangtang@gmail.com> - 2016-06-02 08:20 +0200 Re: [PATCH 4/4] mm/zsmalloc: remove unused header cpumask.h Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2016-06-02 09:20 +0200
csiph-web