mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 20:30:54 +07:00
[PATCH] PCI: poper prototype for arch/i386/pci/pcbios.c:pcibios_sort()
This patch adds a proper prototype for pcibios_sort() in arch/i386/pci/pci.h. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
155dbfd884
commit
6e2338992c
@ -17,10 +17,6 @@
|
||||
|
||||
#include "pci.h"
|
||||
|
||||
#ifdef CONFIG_PCI_BIOS
|
||||
extern void pcibios_sort(void);
|
||||
#endif
|
||||
|
||||
unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
|
||||
PCI_PROBE_MMCONF;
|
||||
|
||||
|
@ -84,4 +84,4 @@ extern int pci_conf1_read(unsigned int seg, unsigned int bus,
|
||||
extern void pci_direct_init(void);
|
||||
extern void pci_pcbios_init(void);
|
||||
extern void pci_mmcfg_init(void);
|
||||
|
||||
extern void pcibios_sort(void);
|
||||
|
Loading…
Reference in New Issue
Block a user