From: Philipp Stanner Date: Thu, 22 May 2025 08:46:27 +0000 (+0200) Subject: PCI: Remove function pcim_intx() prototype from pci.h X-Git-Tag: v6.16-rc1~50^2~24^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfc970ad61973111932fc282ebab8d825056d5ab;p=thirdparty%2Fkernel%2Flinux.git 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 [kwilczynski: commit log] Signed-off-by: Krzysztof WilczyƄski Reviewed-by: Andy Shevchenko Link: https://lore.kernel.org/r/20250522084626.150148-2-phasta@kernel.org --- diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h index cfc9e71a4d841..2dd7fa93d95be 100644 --- a/drivers/pci/pci.h +++ b/drivers/pci/pci.h @@ -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 *