PERFORCE change 126747 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sun Sep 23 09:33:57 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=126747

Change 126747 by hselasky at hselasky_laptop001 on 2007/09/23 16:33:42

	
	- added missing include "usb_port.h"

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_quirks.c#10 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_quirks.c#10 (text+ko) ====

@@ -43,10 +43,11 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 
+#include <dev/usb/usb_port.h>
 #include <dev/usb/usb.h>
+#include <dev/usb/usb_quirks.h>
 
 #include "usbdevs.h"
-#include <dev/usb/usb_quirks.h>
 
 #define ANY 0xffff
 


More information about the p4-projects mailing list