Commit 559ba4b1 authored by Stephen Boyd's avatar Stephen Boyd Committed by Thomas Gleixner

irqchip: Silence sparse warning

drivers/irqchip/irqchip.c:27:13: warning: symbol 'irqchip_init'
was not declared. Should it be static?
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Cc: trivial@kernel.org
Link: http://lkml.kernel.org/r/1393981281-25553-1-git-send-email-sboyd@codeaurora.orgSigned-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 76d388cd
......@@ -10,6 +10,7 @@
#include <linux/init.h>
#include <linux/of_irq.h>
#include <linux/irqchip.h>
#include "irqchip.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment