Re: [PATCH -next] irqchip: mips-gic: Make some symbols static

2020-07-17 Thread Marc Zyngier
On Tue, 14 Jul 2020 22:22:45 +0800, Wei Yongjun wrote: > The sparse tool complains as follows: > > drivers/irqchip/irq-mips-gic.c:49:1: warning: > symbol '__pcpu_scope_pcpu_masks' was not declared. Should it be static? > drivers/irqchip/irq-mips-gic.c:620:6: warning: > symbol

[PATCH -next] irqchip: mips-gic: Make some symbols static

2020-07-14 Thread Wei Yongjun
The sparse tool complains as follows: drivers/irqchip/irq-mips-gic.c:49:1: warning: symbol '__pcpu_scope_pcpu_masks' was not declared. Should it be static? drivers/irqchip/irq-mips-gic.c:620:6: warning: symbol 'gic_ipi_domain_free' was not declared. Should it be static?