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:
Michael Ellerman
2007-01-25 19:34:08 +11:00
committed by Greg Kroah-Hartman
parent 88187dfa4d
commit 0fcfdabbdb
4 changed files with 0 additions and 11 deletions

View File

@@ -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)
{