PERFORCE change 154535 for review

Sam Leffler sam at FreeBSD.org
Thu Dec 11 17:08:36 PST 2008


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

Change 154535 by sam at 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)


More information about the p4-projects mailing list