From e5499f8c1a4aa5ab74e79486aef95bc264727f5e Mon Sep 17 00:00:00 2001 From: Antonello Dettori Date: Fri, 2 Sep 2016 12:50:16 +0200 Subject: [PATCH] UPSTREAM: northbridge/amd/lx: remove unused function declaration Remove an unusued function declaration that caused problems while compiling the target. BUG=None BRANCH=None TEST=None Signed-off-by: Antonello Dettori Reviewed-on: https://review.coreboot.org/16435 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Change-Id: Idfd73693e9b0e1777cafa4706113fde394e95795 Reviewed-on: https://chromium-review.googlesource.com/382081 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- 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 1e0e6507fa..9a4ff29664 100644 --- a/src/northbridge/amd/lx/northbridge.h +++ b/src/northbridge/amd/lx/northbridge.h @@ -19,7 +19,6 @@ #include /* northbridge.c */ -unsigned int lx_scan_root_bus(device_t root, unsigned int max); int sizeram(void); /* northbridgeinit.c */