From: Yang Shi Date: Thu, 1 Feb 2018 00:15:55 +0000 (-0800) Subject: mm: kmemleak: remove unused hardirq.h X-Git-Tag: v4.19~1701^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a01768e9e91082efc9a6384b1ef579fdcbce828;p=platform%2Fkernel%2Flinux-rpi.git 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. Link: http://lkml.kernel.org/r/1510959741-31109-1-git-send-email-yang.s@alibaba-inc.com Signed-off-by: Yang Shi Cc: Michal Hocko Cc: Matthew Wilcox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/kmemleak.c b/mm/kmemleak.c index f656ca2..e83987c5 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c @@ -91,7 +91,6 @@ #include #include #include -#include #include #include #include