diff options
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/kcma-d8/get_bus_conf.c | 2 | ||||
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/get_bus_conf.c | 2 | ||||
-rw-r--r-- | src/mainboard/asus/kgpe-d16/get_bus_conf.c | 2 | ||||
-rw-r--r-- | src/mainboard/asus/m4a78-em/get_bus_conf.c | 2 | ||||
-rw-r--r-- | src/mainboard/asus/m4a785-m/get_bus_conf.c | 2 | ||||
-rw-r--r-- | src/mainboard/asus/m5a88-v/get_bus_conf.c | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/asus/kcma-d8/get_bus_conf.c b/src/mainboard/asus/kcma-d8/get_bus_conf.c index 62b726cc82..73599fb2d2 100644 --- a/src/mainboard/asus/kcma-d8/get_bus_conf.c +++ b/src/mainboard/asus/kcma-d8/get_bus_conf.c @@ -51,8 +51,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) diff --git a/src/mainboard/asus/kfsn4-dre/get_bus_conf.c b/src/mainboard/asus/kfsn4-dre/get_bus_conf.c index c8bf9a8728..180f6292c7 100644 --- a/src/mainboard/asus/kfsn4-dre/get_bus_conf.c +++ b/src/mainboard/asus/kfsn4-dre/get_bus_conf.c @@ -60,8 +60,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/asus/kgpe-d16/get_bus_conf.c b/src/mainboard/asus/kgpe-d16/get_bus_conf.c index 62b726cc82..73599fb2d2 100644 --- a/src/mainboard/asus/kgpe-d16/get_bus_conf.c +++ b/src/mainboard/asus/kgpe-d16/get_bus_conf.c @@ -51,8 +51,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) diff --git a/src/mainboard/asus/m4a78-em/get_bus_conf.c b/src/mainboard/asus/m4a78-em/get_bus_conf.c index eca0ba7187..d7ca975a5d 100644 --- a/src/mainboard/asus/m4a78-em/get_bus_conf.c +++ b/src/mainboard/asus/m4a78-em/get_bus_conf.c @@ -48,8 +48,6 @@ u32 hcdnx[] = { u32 sbdn_rs780; u32 sbdn_sb700; -extern void get_pci1234(void); - static u32 get_bus_conf_done = 0; void get_bus_conf(void) diff --git a/src/mainboard/asus/m4a785-m/get_bus_conf.c b/src/mainboard/asus/m4a785-m/get_bus_conf.c index eca0ba7187..d7ca975a5d 100644 --- a/src/mainboard/asus/m4a785-m/get_bus_conf.c +++ b/src/mainboard/asus/m4a785-m/get_bus_conf.c @@ -48,8 +48,6 @@ u32 hcdnx[] = { u32 sbdn_rs780; u32 sbdn_sb700; -extern void get_pci1234(void); - static u32 get_bus_conf_done = 0; void get_bus_conf(void) diff --git a/src/mainboard/asus/m5a88-v/get_bus_conf.c b/src/mainboard/asus/m5a88-v/get_bus_conf.c index 92b4084867..41dfe37f46 100644 --- a/src/mainboard/asus/m5a88-v/get_bus_conf.c +++ b/src/mainboard/asus/m5a88-v/get_bus_conf.c @@ -49,8 +49,6 @@ u32 hcdnx[] = { u32 sbdn_rs780; u32 sbdn_sb800; -extern void get_pci1234(void); - static u32 get_bus_conf_done = 0; void get_bus_conf(void) |