
9 Jun
2008
9 Jun
'08
3:43 p.m.
Ben Warren wrote:
diff --git a/drivers/net/dm9000x.c b/drivers/net/dm9000x.c index 68901cd..cb21925 100644 --- a/drivers/net/dm9000x.c +++ b/drivers/net/dm9000x.c @@ -47,8 +47,6 @@ TODO: Homerun NIC and longrun NIC are not functional, only internal at the #include <net.h> #include <asm/io.h>
-#ifdef CONFIG_DRIVER_DM9000
#include "dm9000x.h"
This patch no longer applies due to other changes to the DM9000 driver. Please re-base against the net repo and resubmit.
<snip>
Ok.
thanks for doing all this Makefile fixing! It's been on my to-do list but you got there first. All others apply cleanly, BTW.
These patches were just for the review, not for git-am. I'll revised and submit all-in-one patch soon.
Shinya