summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-06-21 12:11:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-06-24 11:36:42 +0200
commit322bace5fb422fb4f8f22a119856877a3ad6c78e (patch)
tree720a2544e7765726f9104f375cebac42dd5fc0f8 /include
parent90fc3a611737d45246222de6903770ddb63fb7c5 (diff)
downloadbarebox-322bace5fb422fb4f8f22a119856877a3ad6c78e.tar.gz
barebox-322bace5fb422fb4f8f22a119856877a3ad6c78e.tar.xz
usbnet: remove unused dev member in struct usbnet
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/usb/usbnet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/usb/usbnet.h b/include/usb/usbnet.h
index 77f19603c2..e3ea373d95 100644
--- a/include/usb/usbnet.h
+++ b/include/usb/usbnet.h
@@ -54,8 +54,6 @@ struct usbnet {
# define EVENT_RX_MEMORY 2
# define EVENT_STS_SPLIT 3
# define EVENT_LINK_RESET 4
- /* FIXME: Our eth_device should have this, not us! */
- struct device_d dev;
};
#if 0