diff options
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 e4c1dacb6636..13813b0592fc 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -543,7 +543,6 @@ static inline int pci_write_config_dword(struct pci_dev *dev, int where, u32 val | |||
543 | } | 543 | } |
544 | 544 | ||
545 | int __must_check pci_enable_device(struct pci_dev *dev); | 545 | int __must_check pci_enable_device(struct pci_dev *dev); |
546 | int __must_check pci_enable_device_bars(struct pci_dev *dev, int mask); | ||
547 | int __must_check pci_enable_device_io(struct pci_dev *dev); | 546 | int __must_check pci_enable_device_io(struct pci_dev *dev); |
548 | int __must_check pci_enable_device_mem(struct pci_dev *dev); | 547 | int __must_check pci_enable_device_mem(struct pci_dev *dev); |
549 | int __must_check pci_reenable_device(struct pci_dev *); | 548 | int __must_check pci_reenable_device(struct pci_dev *); |