1. NAME

usb_composite_unregister - unregister a composite driver

2. SYNOPSIS

void usb_composite_unregister(struct usb_composite_driver *  driver );

3. ARGUMENTS

driver
    the driver to unregister

4. DESCRIPTION

This function is used to unregister drivers using the composite driver framework.

5. AUTHOR

David Brownell <>
    Author.

6. COPYRIGHT