Skip to content
Snippets Groups Projects
Commit 993a2275 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Fix bad declaration on pci_cfgfunc_nothing

Patch by Sam Song, 19 Jun 2005
parent 953c5b6f
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4: 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 * Adjust "echo" as a default command
Patch by Sam Song, 19 Jun 2005 Patch by Sam Song, 19 Jun 2005
......
...@@ -351,8 +351,8 @@ struct pci_config_table { ...@@ -351,8 +351,8 @@ struct pci_config_table {
unsigned long priv[3]; unsigned long priv[3];
}; };
extern void pci_cfgfunc_nothing(struct pci_controller* hose, pci_dev_t dev, extern void pci_cfgfunc_do_nothing(struct pci_controller* hose, pci_dev_t dev,
struct pci_config_table *); struct pci_config_table *);
extern void pci_cfgfunc_config_device(struct pci_controller* hose, pci_dev_t dev, extern void pci_cfgfunc_config_device(struct pci_controller* hose, pci_dev_t dev,
struct pci_config_table *); struct pci_config_table *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment