[coreboot-gerrit] Patch set updated for coreboot: northbridge/amd/lx: remove unused function declaration

Antonello Dettori (dev@dettori.io) gerrit at coreboot.org
Sat Sep 3 11:42:31 CEST 2016


Antonello Dettori (dev at dettori.io) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16435

-gerrit

commit d4a488b0f0fb9df21d2fcda62b85d8e18c81ed82
Author: Antonello Dettori <dev at dettori.io>
Date:   Fri Sep 2 12:50:16 2016 +0200

    northbridge/amd/lx: remove unused function declaration
    
    Remove an unusued function declaration that caused problems while
    compiling the target.
    
    Change-Id: Idfd73693e9b0e1777cafa4706113fde394e95795
    Signed-off-by: Antonello Dettori <dev at dettori.io>
---
 src/northbridge/amd/lx/northbridge.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/northbridge/amd/lx/northbridge.h b/src/northbridge/amd/lx/northbridge.h
index 1e0e650..9a4ff29 100644
--- a/src/northbridge/amd/lx/northbridge.h
+++ b/src/northbridge/amd/lx/northbridge.h
@@ -19,7 +19,6 @@
 #include <cpu/amd/lxdef.h>
 
 /* northbridge.c */
-unsigned int lx_scan_root_bus(device_t root, unsigned int max);
 int sizeram(void);
 
 /* northbridgeinit.c */



More information about the coreboot-gerrit mailing list