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 <[email protected]> [kwilczynski: commit log] Signed-off-by: Krzysztof Wilczyński <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 90ffe1f commit dfc970a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)