]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: hv: Drop msi_controller structure
authorMarc Zyngier <maz@kernel.org>
Tue, 30 Mar 2021 15:11:37 +0000 (16:11 +0100)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 1 Apr 2021 11:18:43 +0000 (12:18 +0100)
commit65b131816afda21a88e4d52a7efc02df36ac67b1
treed692d8cbd10ba29646dacf925d455f6a53518df1
parentb66873599e7f03a67c004882ba8d5cc4e9e2fd22
PCI: hv: Drop msi_controller structure

The Hyper-V PCI driver still makes use of a msi_controller structure,
but it looks more like a distant leftover than anything actually
useful, since it is initialised to 0 and never used for anything.

Just remove it.

Link: https://lore.kernel.org/r/20210330151145.997953-7-maz@kernel.org
Tested-by: Michael Kelley <mikelley@microsoft.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/controller/pci-hyperv.c