[PATCH 1/5] net: remove unused fields from struct eth_device
Sascha Hauer
s.hauer at pengutronix.de
Thu Jul 28 03:58:16 EDT 2011
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
include/net.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/net.h b/include/net.h
index 31bf6a2..7ac1c33 100644
--- a/include/net.h
+++ b/include/net.h
@@ -28,8 +28,6 @@
struct device_d;
struct eth_device {
- int iobase;
- int state;
int active;
int (*init) (struct eth_device*);
--
1.7.5.4
More information about the barebox
mailing list