diff options
author | Ben Dooks <[email protected]> | 2016-06-08 18:59:58 +0100 |
---|---|---|
committer | Jason Cooper <[email protected]> | 2016-06-13 00:56:31 +0000 |
commit | dde7e6d1abdc874e6b26e9478b7ffc43cd5e3ee7 (patch) | |
tree | 6fbda624fa517138d9f1d93dccf1ffdaa5b574ca /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1eeb67362d93ab6099ed536641dac68df0f2e18d (diff) |
irqchip/bcm7120-l2: Make probe functions static
The probe functions in this driver are not exported or declared
for use elsewhere, so make them static to fix the warnings:
drivers/irqchip/irq-bcm7120-l2.c:218:12: warning: symbol 'bcm7120_l2_intc_probe' was not declared. Should it be static?
drivers/irqchip/irq-bcm7120-l2.c:342:12: warning: symbol 'bcm7120_l2_intc_probe_7120' was not declared. Should it be static?
drivers/irqchip/irq-bcm7120-l2.c:349:12: warning: symbol 'bcm7120_l2_intc_probe_3380' was not declared. Should it be static?
Signed-off-by: Ben Dooks <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jason Cooper <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions