diff options
author | Rikard Falkeborn <[email protected]> | 2021-11-30 22:40:43 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2021-12-01 00:15:07 +0100 |
commit | 4946f15e8c334840bf277a0bf924371eae120fcd (patch) | |
tree | fe9b16a3b44cbb9ce00b5ef4b1f266fd39f779a2 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | d58071a8a76d779eedab38033ae4c821c30295a5 (diff) |
genirq/generic_chip: Constify irq_generic_chip_ops
The only usage of irq_generic_chip_ops is to pass its address to
irq_domain_add_linear() which takes a pointer to const struct
irq_domain_ops. Make it const to allow the compiler to put it in
read-only memory.
[ tglx: Fixed subject prefix ]
Signed-off-by: Rikard Falkeborn <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions