summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonello Dettori <dev@dettori.io>2016-09-02 12:50:16 +0200
committerMartin Roth <martinroth@google.com>2016-09-07 18:34:47 +0200
commit587f9cb6ce7ee71ce242d2df47f2cd51f4dac66b (patch)
treea56c7a3c46007c400792fef026e1acb1e3fd5fa5
parentb933109594b21c23af7233a97ba9dd57a56cbee9 (diff)
downloadcoreboot-587f9cb6ce7ee71ce242d2df47f2cd51f4dac66b.tar.xz
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@dettori.io> Reviewed-on: https://review.coreboot.org/16435 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r--src/northbridge/amd/lx/northbridge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/amd/lx/northbridge.h b/src/northbridge/amd/lx/northbridge.h
index 1e0e6507fa..9a4ff29664 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 */