diff options
| author | Florian Fainelli <[email protected]> | 2021-10-20 11:48:49 -0700 |
|---|---|---|
| committer | Marc Zyngier <[email protected]> | 2021-10-20 20:06:32 +0100 |
| commit | 4b55192009fc62d2817efa2346ec1c0da4be1033 (patch) | |
| tree | fdd8971c1ca0b58fb2b9017c0530f97c8074ade3 /tools/perf/scripts/python | |
| parent | 57de689ce7829219db007dca5c88ae023a8be2d3 (diff) | |
irqchip/irq-bcm7038-l1: Use irq_get_irq_data()
Using irq_desc_get_irq_data(irq_to_desc()) to retrieve the irq_data
structure from a virtual interrupt number is going to be problematic to
make irq-bcm7038-l1 a module because irq_to_desc() is not exported, and
there is no intent to export it to modules, see 64a1b95bb9fe ("genirq:
Restrict export of irq_to_desc()").
Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions