Skip to content

Commit f27b744

Browse files
YueHaibingKAGA-KOKO
authored andcommitted
irqchip/irq-mvebu-sei: Make mvebu_sei_ap806_caps static
Fix sparse warning: drivers/irqchip/irq-mvebu-sei.c:481:23: warning: symbol 'mvebu_sei_ap806_caps' was not declared. Should it be static? Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 3ce8461 commit f27b744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/irq-mvebu-sei.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ static int mvebu_sei_probe(struct platform_device *pdev)
478478
return ret;
479479
}
480480

481-
struct mvebu_sei_caps mvebu_sei_ap806_caps = {
481+
static struct mvebu_sei_caps mvebu_sei_ap806_caps = {
482482
.ap_range = {
483483
.first = 0,
484484
.size = 21,

0 commit comments

Comments
 (0)