From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Senozhatsky Subject: [PATCH 9/9] genirq: remove unneeded kallsyms include Date: Fri, 8 Dec 2017 11:56:16 +0900 Message-ID: <20171208025616.16267-10-sergey.senozhatsky@gmail.com> References: <20171208025616.16267-1-sergey.senozhatsky@gmail.com> Return-path: In-Reply-To: <20171208025616.16267-1-sergey.senozhatsky@gmail.com> Sender: owner-linux-mm@kvack.org To: Peter Zijlstra , Andrew Morton , Michal Hocko , Rafael Wysocki , Len Brown , Bjorn Helgaas , Vlastimil Babka , Tejun Heo , Lai Jiangshan , Thomas Gleixner , Fengguang Wu Cc: Steven Rostedt , Petr Mladek , LKML , linux-pm@vger.kernel.org, linux-pci@vger.kernel.org, linux-mm@kvack.org, Sergey Senozhatsky , Sergey Senozhatsky List-Id: linux-pm@vger.kernel.org The file was converted from print_symbol() to %pf some time ago (ef26f20cd117eb3c18 "genirq: Print threaded handler in spurious debug output"). kallsyms does not seem to be needed anymore. Signed-off-by: Sergey Senozhatsky Cc: Thomas Gleixner --- kernel/irq/spurious.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c index ef2a47e0eab6..6cdecc6f4c53 100644 --- a/kernel/irq/spurious.c +++ b/kernel/irq/spurious.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include -- 2.15.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org