summaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-07-27 10:57:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-07-29 12:03:07 +0200
commit9a4abe67ff99d3f6d9c8038b7cdcb5730db4fa80 (patch)
tree5710b83e52837b9c9afb94745fbf13028e60d427 /include/net.h
parentb626a746a025c112eb4d00aec2ec78f4a7132324 (diff)
downloadbarebox-9a4abe67ff99d3f6d9c8038b7cdcb5730db4fa80.tar.gz
barebox-9a4abe67ff99d3f6d9c8038b7cdcb5730db4fa80.tar.xz
net: remove unused fields from struct eth_device
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net.h b/include/net.h
index 31bf6a23fc..7ac1c33412 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*);