Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1411875
| From | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/4] mm: kmemleak: remove unused header cpumask.h |
| Date | 2016-06-02 08:20 +0200 |
| Message-ID | <rFu94-2i2-33@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/kmemleak.c. Signed-off-by: Geliang Tang <geliangtang@gmail.com> --- 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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/4] mm/init-mm: remove unused header cpumask.h Geliang Tang <geliangtang@gmail.com> - 2016-06-02 08:20 +0200
[PATCH 3/4] mm/vmstat: remove unused header cpumask.h Geliang Tang <geliangtang@gmail.com> - 2016-06-02 08:20 +0200
Re: [PATCH 3/4] mm/vmstat: remove unused header cpumask.h Michal Hocko <mhocko@kernel.org> - 2016-06-02 08:50 +0200
Re: [PATCH 3/4] mm/vmstat: remove unused header cpumask.h Christoph Lameter <cl@linux.com> - 2016-06-02 15:50 +0200
[PATCH 2/4] mm: kmemleak: remove unused header cpumask.h Geliang Tang <geliangtang@gmail.com> - 2016-06-02 08:20 +0200
Re: [PATCH 2/4] mm: kmemleak: remove unused header cpumask.h Catalin Marinas <catalin.marinas@arm.com> - 2016-06-02 11:40 +0200
Re: [PATCH 2/4] mm: kmemleak: remove unused header cpumask.h Geliang Tang <geliangtang@gmail.com> - 2016-06-02 12:20 +0200
csiph-web