
15 Dec
2009
15 Dec
'09
1:45 a.m.
Ben Warren wrote:
A previous Commit converted the LAN91C96 Ethernet driver to using the CONFIG_NET_MULTI API, but did not include full board support. This patch finishes the job.
Found a bug in my own patch :( <snip>
diff --git a/board/ti/sdp3430/sdp.c b/board/ti/sdp3430/sdp.c index 0d8e20d..73db5f1 100644 --- a/board/ti/sdp3430/sdp.c +++ b/board/ti/sdp3430/sdp.c @@ -23,6 +23,7 @@ */ #include <common.h> #include <netdev.h> +#include <netdev.h>
oops
--Ben