mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
x86: Remove dead code in eNET
This avoids a compiler warning about unused variables. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-By: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
parent
c008b6f6dd
commit
33d7b71322
1 changed files with 0 additions and 5 deletions
|
@ -178,11 +178,6 @@ void show_boot_progress(int val)
|
|||
|
||||
int last_stage_init(void)
|
||||
{
|
||||
int minor;
|
||||
int major;
|
||||
|
||||
major = minor = 0;
|
||||
|
||||
outb(0x00, LED_LATCH_ADDRESS);
|
||||
|
||||
register_timer_isr(enet_timer_isr);
|
||||
|
|
Loading…
Reference in a new issue