mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
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 <hulkci@huawei.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20200417074046.46771-1-yanaijie@huawei.com
This commit is contained in:
parent
0a66d6f90c
commit
9fed9ccb16
@ -66,7 +66,7 @@ struct mvebu_icu_irq_data {
|
||||
unsigned int type;
|
||||
};
|
||||
|
||||
DEFINE_STATIC_KEY_FALSE(legacy_bindings);
|
||||
static DEFINE_STATIC_KEY_FALSE(legacy_bindings);
|
||||
|
||||
static void mvebu_icu_init(struct mvebu_icu *icu,
|
||||
struct mvebu_icu_msi_data *msi_data,
|
||||
|
Loading…
Reference in New Issue
Block a user