From 1db4e3a3588a8cca317e73df52e11da8d2da57ea Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 3 Jan 2019 11:38:33 +0200 Subject: amdfam10 boards: Declare get_pci1234() just once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I68bb9c4301c846fe2270cd7c434f35a79ab25572 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30627 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- src/mainboard/supermicro/h8dmr_fam10/get_bus_conf.c | 2 -- src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c | 2 -- src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c | 2 -- 3 files changed, 6 deletions(-) (limited to 'src/mainboard/supermicro') diff --git a/src/mainboard/supermicro/h8dmr_fam10/get_bus_conf.c b/src/mainboard/supermicro/h8dmr_fam10/get_bus_conf.c index 0982138f68..b122073f1b 100644 --- a/src/mainboard/supermicro/h8dmr_fam10/get_bus_conf.c +++ b/src/mainboard/supermicro/h8dmr_fam10/get_bus_conf.c @@ -55,8 +55,6 @@ static unsigned hcdnx[] = { 0x20202020, 0x20202020, }; -extern void get_pci1234(void); - static unsigned get_bus_conf_done = 0; void get_bus_conf(void) diff --git a/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c b/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c index 280267e018..9643417250 100644 --- a/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c +++ b/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c @@ -57,8 +57,6 @@ static unsigned hcdnx[] = { unsigned sbdn3; -extern void get_pci1234(void); - static unsigned get_bus_conf_done = 0; void get_bus_conf(void) diff --git a/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c b/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c index bab194ff3f..255fd898f9 100644 --- a/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c +++ b/src/mainboard/supermicro/h8scm_fam10/get_bus_conf.c @@ -50,8 +50,6 @@ u32 hcdnx[] = { u32 sbdn_sr5650; u32 sbdn_sp5100; -extern void get_pci1234(void); - static u32 get_bus_conf_done = 0; void get_bus_conf(void) -- cgit v1.2.3