diff options
Diffstat (limited to 'sys/dev/usb/usb_ethersubr.h')
-rw-r--r-- | sys/dev/usb/usb_ethersubr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/usb/usb_ethersubr.h b/sys/dev/usb/usb_ethersubr.h index 29cdde5..c8a4010 100644 --- a/sys/dev/usb/usb_ethersubr.h +++ b/sys/dev/usb/usb_ethersubr.h @@ -35,10 +35,6 @@ #ifndef _USB_ETHERSUBR_H_ #define _USB_ETHERSUBR_H_ -#ifndef NETISR_USB -#define NETISR_USB 25 -#endif - struct usb_qdat { struct ifnet *ifp; void (*if_rxstart) (struct ifnet *); |