From dd70077e4b953fc2574bf9fb7e8942768157bdeb Mon Sep 17 00:00:00 2001 From: hselasky Date: Mon, 12 Aug 2013 09:17:48 +0000 Subject: - Try to fix build of 32-bit compatibility USB support for FreeBSD and Linux targets without breaking the existing IOCTL API. - Remove some not-needed header file inclusions. - Wrap a long line. MFC after: 1 week Reported by: Damjan Jovanovic --- sys/dev/usb/usb_request.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/usb/usb_request.c') diff --git a/sys/dev/usb/usb_request.c b/sys/dev/usb/usb_request.c index 0a82462..cecc167 100644 --- a/sys/dev/usb/usb_request.c +++ b/sys/dev/usb/usb_request.c @@ -51,7 +51,6 @@ #include #include #include -#include #include #define USB_DEBUG_VAR usb_debug -- cgit v1.1