Skip to content

Commit 9fed9cc

Browse files
JasonYanHwMarc Zyngier
authored andcommitted
irqchip/irq-mvebu-icu: Make legacy_bindings static
Fix the following sparse warning: drivers/irqchip/irq-mvebu-icu.c:69:1: warning: symbol 'legacy_bindings' was not declared. Should it be static? Reported-by: Hulk Robot <[email protected]> Signed-off-by: Jason Yan <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0a66d6f commit 9fed9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/irq-mvebu-icu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ struct mvebu_icu_irq_data {
6666
unsigned int type;
6767
};
6868

69-
DEFINE_STATIC_KEY_FALSE(legacy_bindings);
69+
static DEFINE_STATIC_KEY_FALSE(legacy_bindings);
7070

7171
static void mvebu_icu_init(struct mvebu_icu *icu,
7272
struct mvebu_icu_msi_data *msi_data,

0 commit comments

Comments
 (0)