diff options
author | Marek BehĂșn <kabel@kernel.org> | 2022-01-10 04:50:01 +0300 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2022-02-08 13:41:50 +0300 |
commit | c3cb8e51839adc0aaef478c47665443d02f5aa07 (patch) | |
tree | 6d57b6d94f69bd51f137ab4953cee254db329781 /tools/perf/scripts/python/stackcollapse.py | |
parent | 51f96e287c6f003d3bb29672811c757c5fbf0028 (diff) | |
download | linux-c3cb8e51839adc0aaef478c47665443d02f5aa07.tar.xz |
PCI: aardvark: Make MSI irq_chip structures static driver structures
In [1] it was agreed that we should use struct irq_chip as a global
static struct in the driver. Even though the structure currently
contains a dynamic member (parent_device), In [2] the plans to kill it
and make the structure completely static were set out.
Convert Aardvark's priv->msi_bottom_irq_chip and priv->msi_irq_chip to
static driver structure.
[1] https://lore.kernel.org/linux-pci/877dbcvngf.wl-maz@kernel.org/
[2] https://lore.kernel.org/linux-pci/874k6gvkhz.wl-maz@kernel.org/
Link: https://lore.kernel.org/r/20220110015018.26359-7-kabel@kernel.org
Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions