PCI: Remove function pcim_intx() prototype from pci.h

The subsystem-internal header pci.h still contains the function
prototype of pcim_intx(), which has since been made public in the global
header.

Remove the redundant function prototype.

Signed-off-by: Philipp Stanner <phasta@kernel.org>
[kwilczynski: commit log]
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250522084626.150148-2-phasta@kernel.org
This commit is contained in:
Philipp Stanner
2025-05-22 10:46:27 +02:00
committed by Krzysztof Wilczyński
parent 90ffe1f093
commit dfc970ad61

View File

@@ -1059,8 +1059,6 @@ static inline pci_power_t mid_pci_get_power_state(struct pci_dev *pdev)
}
#endif
int pcim_intx(struct pci_dev *dev, int enable);
/*
* Config Address for PCI Configuration Mechanism #1
*