Fix bad declaration on pci_cfgfunc_nothing

Patch by Sam Song, 19 Jun 2005
This commit is contained in:
Wolfgang Denk 2006-03-12 16:54:11 +01:00
parent 953c5b6f8b
commit 993a22756e
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
======================================================================
* Fix bad declaration on pci_cfgfunc_nothing
Patch by Sam Song, 19 Jun 2005
* Adjust "echo" as a default command
Patch by Sam Song, 19 Jun 2005

View File

@ -351,8 +351,8 @@ struct pci_config_table {
unsigned long priv[3];
};
extern void pci_cfgfunc_nothing(struct pci_controller* hose, pci_dev_t dev,
struct pci_config_table *);
extern void pci_cfgfunc_do_nothing(struct pci_controller* hose, pci_dev_t dev,
struct pci_config_table *);
extern void pci_cfgfunc_config_device(struct pci_controller* hose, pci_dev_t dev,
struct pci_config_table *);