summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-06-02 17:31:16 +0000
committerthompsa <thompsa@FreeBSD.org>2009-06-02 17:31:16 +0000
commitaa4ece00ccdb9ad3ca787217b9ac03c9b6c5e949 (patch)
tree1b4dc8bbfd4506e624736a1574f3972bfe44389a /sys/dev
parentead8330a16ac3e9ec19555dee82640e70eff25f3 (diff)
downloadFreeBSD-src-aa4ece00ccdb9ad3ca787217b9ac03c9b6c5e949.zip
FreeBSD-src-aa4ece00ccdb9ad3ca787217b9ac03c9b6c5e949.tar.gz
Fix compile after the removal of bsd_udev.
Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usb_compat_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_compat_linux.h b/sys/dev/usb/usb_compat_linux.h
index 9066702..0dc815d 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 */
OpenPOWER on IntegriCloud