MSI: Remove pci_scan_msi_device()
pci_scan_msi_device() doesn't do anything anymore, so remove it. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
88187dfa4d
commit
0fcfdabbdb
@@ -294,12 +294,6 @@ static int msi_lookup_irq(struct pci_dev *dev, int type)
|
||||
return -EACCES;
|
||||
}
|
||||
|
||||
void pci_scan_msi_device(struct pci_dev *dev)
|
||||
{
|
||||
if (!dev)
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
int pci_save_msi_state(struct pci_dev *dev)
|
||||
{
|
||||
|
Reference in New Issue
Block a user