[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1510959741-31109-1-git-send-email-yang.s@alibaba-inc.com>
Date: Sat, 18 Nov 2017 07:02:14 +0800
From: "Yang Shi" <yang.s@...baba-inc.com>
To: linux-kernel@...r.kernel.org
Cc: <linux-mm@...ck.org>, <linux-fsdevel@...r.kernel.org>,
<linux-crypto@...r.kernel.org>, <netdev@...r.kernel.org>,
"Yang Shi" <yang.s@...baba-inc.com>,
"Michal Hocko" <mhocko@...e.com>,
"Andrew Morton" <akpm@...ux-foundation.org>,
"Matthew Wilcox" <mawilcox@...rosoft.com>
Subject: [PATCH 1/8] mm: kmemleak: remove unused hardirq.h
Preempt counter APIs have been split out, currently, hardirq.h just
includes irq_enter/exit APIs which are not used by kmemleak at all.
So, remove the unused hardirq.h.
Signed-off-by: Yang Shi <yang.s@...baba-inc.com>
Cc: Michal Hocko <mhocko@...e.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: Matthew Wilcox <mawilcox@...rosoft.com>
---
mm/kmemleak.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index 7780cd8..25b977f 100644
--- a/mm/kmemleak.c
+++ b/mm/kmemleak.c
@@ -91,7 +91,6 @@
#include <linux/stacktrace.h>
#include <linux/cache.h>
#include <linux/percpu.h>
-#include <linux/hardirq.h>
#include <linux/bootmem.h>
#include <linux/pfn.h>
#include <linux/mmzone.h>
--
1.8.3.1
Powered by blists - more mailing lists