From c9394017db5542fca26f816df029bad848840b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Thu, 3 Jan 2019 11:38:47 +0200 Subject: amdfam10 boards: Drop extern on bus_sr5650 and sbdn_sr5650 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3b95ec5746077b49cd6dca64d0f884a3d1c362fb Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30634 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- src/mainboard/asus/kcma-d8/get_bus_conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/asus/kcma-d8/get_bus_conf.c') diff --git a/src/mainboard/asus/kcma-d8/get_bus_conf.c b/src/mainboard/asus/kcma-d8/get_bus_conf.c index c6cce56095..63fb342596 100644 --- a/src/mainboard/asus/kcma-d8/get_bus_conf.c +++ b/src/mainboard/asus/kcma-d8/get_bus_conf.c @@ -25,7 +25,7 @@ /* Global variables for MB layouts and these will be shared by irqtable mptable * and acpi_tables busnum is default. */ -u8 bus_sr5650[14]; +static u8 bus_sr5650[14]; u8 bus_sp5100[2]; u32 apicid_sp5100; @@ -47,7 +47,7 @@ u32 hcdnx[] = { }; -u32 sbdn_sr5650; +static u32 sbdn_sr5650; u32 sbdn_sp5100; void get_bus_conf(void) -- cgit v1.2.3