diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-01-03 11:38:35 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-01-04 17:19:48 +0000 |
commit | d482c7dace772278d988682e94247e3801587ff7 (patch) | |
tree | d9f97f8ad650373791955dd2a80d271f0f17da5a /src/mainboard/asus/kfsn4-dre | |
parent | 1db4e3a3588a8cca317e73df52e11da8d2da57ea (diff) |
amdfam10 boards: Drop global bus_isa variable
Value of the global is never evaluated.
Change-Id: I74106b0f5f033053288882a5bcd3c1dba3235ac0
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/30628
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/asus/kfsn4-dre')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/irq_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/irq_tables.c b/src/mainboard/asus/kfsn4-dre/irq_tables.c index 0a990a7518..139b400a0a 100644 --- a/src/mainboard/asus/kfsn4-dre/irq_tables.c +++ b/src/mainboard/asus/kfsn4-dre/irq_tables.c @@ -30,7 +30,6 @@ #include <arch/pirq_routing.h> #include <cpu/amd/amdfam10_sysconf.h> -extern unsigned char bus_isa; extern unsigned char bus_ck804[6]; |