From 0571afe5d2b576f8e89eaabf4bbd0f7a31fd0a62 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 3 Jan 2019 11:38:40 +0200 Subject: amdfam10 boards: Drop extern on bus_rs780 and sbdn_rs780 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7dc943f3376e9b706d3d486231525df85f806858 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30631 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- src/mainboard/gigabyte/ma785gm/get_bus_conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/gigabyte/ma785gm/get_bus_conf.c') diff --git a/src/mainboard/gigabyte/ma785gm/get_bus_conf.c b/src/mainboard/gigabyte/ma785gm/get_bus_conf.c index 3c4894085a..299393791f 100644 --- a/src/mainboard/gigabyte/ma785gm/get_bus_conf.c +++ b/src/mainboard/gigabyte/ma785gm/get_bus_conf.c @@ -24,7 +24,7 @@ /* Global variables for MB layouts and these will be shared by irqtable mptable * and acpi_tables busnum is default. */ -u8 bus_rs780[11]; +static u8 bus_rs780[11]; u8 bus_sb700[2]; u32 apicid_sb700; @@ -45,7 +45,7 @@ u32 hcdnx[] = { 0x20202020, }; -u32 sbdn_rs780; +static u32 sbdn_rs780; u32 sbdn_sb700; void get_bus_conf(void) -- cgit v1.2.3