Explorar o código

Fix bad declaration on pci_cfgfunc_nothing
Patch by Sam Song, 19 Jun 2005

Wolfgang Denk %!s(int64=19) %!d(string=hai) anos
pai
achega
993a22756e
Modificáronse 2 ficheiros con 5 adicións e 2 borrados
  1. 3 0
      CHANGELOG
  2. 2 2
      include/pci.h

+ 3 - 0
CHANGELOG

@@ -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
 

+ 2 - 2
include/pci.h

@@ -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 *);