On Mon, Mar 15, 2010 at 01:48:18PM +0100, Michal Nazarewicz wrote: > The composite framework has been written using __init and __exit tags > to mark init and exit functions as such. This works with most of the > composite gadgets however some may need to call init/exit functions > during normal operations. One example is mass storage gadget which > needs to call exit functions. > > This patch allows gadgets to define USB_NO_INIT_SEGMENT or > USB_NO_EXIT_SEGMENT to remove the __init and __exit declarations > from composite framework. wouldn't it be the same as changing from __init to __devinit and __exit to __devexit ?? -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html