Re: [PATCH 1/9] usb/gadget: u_ether: convert into module

2013-04-19 Thread Michal Nazarewicz
On Thu, Apr 11 2013, Andrzej Pietrasiewicz wrote: @@ -85,3 +86,4 @@ obj-$(CONFIG_USB_G_WEBCAM) += g_webcam.o obj-$(CONFIG_USB_G_NCM) += g_ncm.o obj-$(CONFIG_USB_G_ACM_MS) += g_acm_ms.o obj-$(CONFIG_USB_GADGET_TARGET) += tcm_usb_gadget.o + If you gonna resend the

[PATCH 1/9] usb/gadget: u_ether: convert into module

2013-04-11 Thread Andrzej Pietrasiewicz
u_ether.c has been #include'd by all gadgets which implement USB Ethernet functions. In order to add configfs support, the f_ecm.c, f_eem.c, f_ncm.c, f_subset.c, f_rndis.c need to be converted into modules and must not be #include'd. Consequently, the u_ether.c needs to be a module too, in a