PERFORCE change 135138 for review

Sepherosa Ziehau sephe at FreeBSD.org
Sun Feb 10 00:39:00 PST 2008


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

Change 135138 by sephe at sephe_enigma:sam_wifi on 2008/02/10 08:38:11

	IFC

Affected files ...

.. //depot/projects/wifi/sys/dev/usb/ehci.c#20 integrate

Differences ...

==== //depot/projects/wifi/sys/dev/usb/ehci.c#20 (text+ko) ====

@@ -59,7 +59,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/dev/usb/ehci.c,v 1.58 2008/01/24 12:34:25 attilio Exp $");
+__FBSDID("$FreeBSD: src/sys/dev/usb/ehci.c,v 1.59 2008/02/10 07:34:16 kib Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -68,6 +68,7 @@
 #include <sys/endian.h>
 #include <sys/module.h>
 #include <sys/bus.h>
+#include <sys/lock.h>
 #include <sys/lockmgr.h>
 #if defined(DIAGNOSTIC) && defined(__i386__) && defined(__FreeBSD__)
 #include <machine/cpu.h>


More information about the p4-projects mailing list