svn commit: r193317 - head/sys/dev/usb

Andrew Thompson thompsa at FreeBSD.org
Tue Jun 2 17:31:17 UTC 2009


Author: thompsa
Date: Tue Jun  2 17:31:16 2009
New Revision: 193317
URL: http://svn.freebsd.org/changeset/base/193317

Log:
  Fix compile after the removal of bsd_udev.
  
  Submitted by:	Hans Petter Selasky

Modified:
  head/sys/dev/usb/usb_compat_linux.h

Modified: head/sys/dev/usb/usb_compat_linux.h
==============================================================================
--- head/sys/dev/usb/usb_compat_linux.h	Tue Jun  2 17:30:18 2009	(r193316)
+++ head/sys/dev/usb/usb_compat_linux.h	Tue Jun  2 17:31:16 2009	(r193317)
@@ -339,6 +339,6 @@ void	usb_linux_register(void *arg);
 void	usb_linux_deregister(void *arg);
 
 #define	interface_to_usbdev(intf) (intf)->linux_udev
-#define	interface_to_bsddev(intf) (intf)->linux_udev->bsd_udev
+#define	interface_to_bsddev(intf) (intf)->linux_udev
 
 #endif					/* _USB_COMPAT_LINUX_H */


More information about the svn-src-head mailing list