Skip to content
Snippets Groups Projects
Commit b40e2320 authored by Ben Warren's avatar Ben Warren Committed by Wolfgang Denk
Browse files

Fix breakage in SMC EEPROM standalone applications


Commit 6a45e384 (Make getenv_IPaddr() global)
inadvertently added ' #include "net.h" ' to the standalone programs, creating
duplicate definitions of 'struct eth_device'.  This patch removes the local
definitions and removes other code that breaks due to the change in definition.

Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 2a998793
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment