summaryrefslogtreecommitdiffstats
path: root/include/usb/usb.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-09-09 11:40:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-09-09 11:51:28 +0200
commit34a299d8a6f54cca498168893566a4f04a9dec7a (patch)
tree1ea1a88298380dd6b2322776b9676314d437a798 /include/usb/usb.h
parent3e4557a8b715d0e0643d0e2a9c2d7a8103f829fb (diff)
downloadbarebox-34a299d8a6f54cca498168893566a4f04a9dec7a.tar.gz
barebox-34a299d8a6f54cca498168893566a4f04a9dec7a.tar.xz
usb: remove unused fields from struct usb_device
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/usb/usb.h')
-rw-r--r--include/usb/usb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/usb/usb.h b/include/usb/usb.h
index 93c36d098b..26c355f524 100644
--- a/include/usb/usb.h
+++ b/include/usb/usb.h
@@ -161,10 +161,6 @@ struct usb_device {
int have_langid; /* whether string_langid is valid yet */
int string_langid; /* language ID for strings */
- int (*irq_handle)(struct usb_device *dev);
- unsigned long irq_status;
- int irq_act_len; /* transfered bytes */
- void *privptr;
/*
* Child devices - if this is a hub device
* Each instance needs its own set of data structures.