From 017eb6e4b24d3eb7ae35fe0523b773c90ccf2d3a Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Tue, 2 Jun 2009 17:31:16 +0000 Subject: [PATCH] Fix compile after the removal of bsd_udev. Submitted by: Hans Petter Selasky --- sys/dev/usb/usb_compat_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/usb_compat_linux.h b/sys/dev/usb/usb_compat_linux.h index 90667021ece..0dc815d85ae 100644 --- a/sys/dev/usb/usb_compat_linux.h +++ b/sys/dev/usb/usb_compat_linux.h @@ -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 */