patch-2.3.10 linux/drivers/usb/ohci.h

Next file: linux/drivers/usb/printer.c
Previous file: linux/drivers/usb/ohci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.9/linux/drivers/usb/ohci.h linux/drivers/usb/ohci.h
@@ -71,7 +71,6 @@
 #define td_cc_notaccessed(td)	((le32_to_cpup(&(td).info) >> 29) == 7)
 #define td_cc_accessed(td)	((le32_to_cpup(&(td).info) >> 29) != 7)
 #define td_cc_noerror(td)	(((le32_to_cpup(&(td).info)) & OHCI_TD_CC) == 0)
-#define td_active(td)	(!td_cc_noerror((td)) && (td_errorcount((td)) < 3))
 #define td_done(td)	(td_cc_noerror((td)) || (td_errorcount((td)) == 3))
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)