summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-03 11:38:47 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-04 17:21:22 +0000
commitc9394017db5542fca26f816df029bad848840b7b (patch)
treecff67da86bcd1114822684aa228611dcb242f22f /src/mainboard/supermicro
parent58954d2bf39201c115bcff0dc3bdebf5557e9c5e (diff)
downloadcoreboot-c9394017db5542fca26f816df029bad848840b7b.tar.xz
amdfam10 boards: Drop extern on bus_sr5650 and sbdn_sr5650
Change-Id: I3b95ec5746077b49cd6dca64d0f884a3d1c362fb Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/30634 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r--src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c2
-rw-r--r--src/mainboard/supermicro/h8scm_fam10/mptable.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c b/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c
index cfa646b575..43995534e9 100644
--- a/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c
+++ b/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c
@@ -46,7 +46,7 @@ u32 hcdnx[] = {
};
-u32 sbdn_sr5650;
+static u32 sbdn_sr5650;
u32 sbdn_sp5100;
void get_bus_conf(void)
diff --git a/src/mainboard/supermicro/h8scm_fam10/mptable.c b/src/mainboard/supermicro/h8scm_fam10/mptable.c
index db4dea7492..3e6ef3a61d 100644
--- a/src/mainboard/supermicro/h8scm_fam10/mptable.c
+++ b/src/mainboard/supermicro/h8scm_fam10/mptable.c
@@ -25,7 +25,6 @@ extern u8 bus_sp5100[2];
extern u32 apicid_sp5100;
-extern u32 sbdn_sr5650;
extern u32 sbdn_sp5100;