diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2015-05-07 17:52:22 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-05-07 17:52:22 +0300 |
commit | c6201cd8513db2db54b248a862672849ed9ccb82 (patch) | |
tree | 6d1d8117e691558387a999dd8f1d596aaaadeec8 /include/linux/pci.h | |
parent | 96803199b774e0bdc5910d63be5839c4460bd856 (diff) | |
download | linux-c6201cd8513db2db54b248a862672849ed9ccb82.tar.xz |
PCI/MSI: Remove unused pci_msi_off()
pci_msi_off() is unused, so remove it.
Removes the exported symbol pci_msi_off().
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 353db8dc4c6e..50b7c7d0206f 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -974,7 +974,6 @@ void pci_intx(struct pci_dev *dev, int enable); bool pci_intx_mask_supported(struct pci_dev *dev); bool pci_check_and_mask_intx(struct pci_dev *dev); bool pci_check_and_unmask_intx(struct pci_dev *dev); -void pci_msi_off(struct pci_dev *dev); int pci_set_dma_max_seg_size(struct pci_dev *dev, unsigned int size); int pci_set_dma_seg_boundary(struct pci_dev *dev, unsigned long mask); int pci_wait_for_pending(struct pci_dev *dev, int pos, u16 mask); |