Skip to content

Commit

Permalink
[PATCH] PCI: poper prototype for arch/i386/pci/pcbios.c:pcibios_sort()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Jul 12, 2006
1 parent 155dbfd commit 6e23389
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions arch/i386/pci/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion arch/i386/pci/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 6e23389

Please sign in to comment.