Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2008 01:08:34 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 154535 for review
Message-ID:  <200812120108.mBC18YOc033119@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=154535

Change 154535 by sam@sam_ebb on 2008/12/12 01:08:15

	change module_t to struct module * to eliminate an include file
	dependency

Affected files ...

.. //depot/projects/vap/sys/dev/usb/usbdi.h#8 edit

Differences ...

==== //depot/projects/vap/sys/dev/usb/usbdi.h#8 (text+ko) ====

@@ -256,7 +256,8 @@
 #define USBD_SHOW_DEVICE_CLASS		0x1
 #define USBD_SHOW_INTERFACE_CLASS	0x2
 
-int usbd_driver_load(module_t mod, int what, void *arg);
+struct module;
+int usbd_driver_load(struct module *mod, int what, void *arg);
 
 static inline int
 usb_get_port(device_t dev)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812120108.mBC18YOc033119>