Commit-ID: 559ba4b153acfbfe49007def9d0efc475d5f937c Gitweb: http://git.kernel.org/tip/559ba4b153acfbfe49007def9d0efc475d5f937c Author: Stephen Boyd <[email protected]> AuthorDate: Tue, 4 Mar 2014 17:01:21 -0800 Committer: Thomas Gleixner <[email protected]> CommitDate: Thu, 6 Mar 2014 11:40:47 +0100
irqchip: Silence sparse warning drivers/irqchip/irqchip.c:27:13: warning: symbol 'irqchip_init' was not declared. Should it be static? Signed-off-by: Stephen Boyd <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]> --- drivers/irqchip/irqchip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/irqchip/irqchip.c b/drivers/irqchip/irqchip.c index f496afc..3469141 100644 --- a/drivers/irqchip/irqchip.c +++ b/drivers/irqchip/irqchip.c @@ -10,6 +10,7 @@ #include <linux/init.h> #include <linux/of_irq.h> +#include <linux/irqchip.h> #include "irqchip.h" -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

