Skip to content

Commit dfc970a

Browse files
Philipp Stannerkwilczynski
authored andcommitted
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
1 parent 90ffe1f commit dfc970a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/pci/pci.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,8 +1059,6 @@ static inline pci_power_t mid_pci_get_power_state(struct pci_dev *pdev)
10591059
}
10601060
#endif
10611061

1062-
int pcim_intx(struct pci_dev *dev, int enable);
1063-
10641062
/*
10651063
* Config Address for PCI Configuration Mechanism #1
10661064
*

0 commit comments

Comments
 (0)