[coreboot-gerrit] New patch to review for coreboot: da192a6 northbridge/amd/agesa/family15: Remove redudant prototype

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Thu Nov 20 14:59:01 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7531

-gerrit

commit da192a62d82e94a4c2884626ea2f826bb577fccd
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Fri Nov 21 00:50:27 2014 +1100

    northbridge/amd/agesa/family15: Remove redudant prototype
    
    Function is static local only and so no need for a static
    prototype in header. Sync's header with other fam's also.
    
    Change-Id: I540aeafb8528e229700b6d596d4d8094c22e7625
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/northbridge/amd/agesa/family15/northbridge.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/northbridge/amd/agesa/family15/northbridge.h b/src/northbridge/amd/agesa/family15/northbridge.h
index 99fdcae..9c655e6 100644
--- a/src/northbridge/amd/agesa/family15/northbridge.h
+++ b/src/northbridge/amd/agesa/family15/northbridge.h
@@ -22,6 +22,5 @@
 
 static struct device_operations pci_domain_ops;
 static struct device_operations cpu_bus_ops;
-static unsigned int f15_pci_domain_scan_bus(device_t dev, unsigned int max);
 
 #endif /* NORTHBRIDGE_AMD_AGESA_FAM15_H */



More information about the coreboot-gerrit mailing list