]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
usb: gadget: nokia: include f_ecm.c
authorFelipe Balbi <balbi@ti.com>
Wed, 3 Apr 2013 18:01:44 +0000 (21:01 +0300)
committerFelipe Balbi <balbi@ti.com>
Wed, 3 Apr 2013 18:02:47 +0000 (21:02 +0300)
recent changes to gadget framework have
exposed a flaw in nokia.c where it uses
f_ecm.c but it wasn't including it like
other gadget drivers.

This is a temporary patch until all other
function drivers are converted to new API
where each function driver becomes a module
and binding is done through configfs.

Solves a linking error when building g_nokia.ko

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/nokia.c

index eebdd0e0b1d6b86ade1a85cf594f801f280ca569..3b344b41a167e2c69ecfb5720a29d74684315428 100644 (file)
@@ -38,6 +38,7 @@
  * a "gcc --combine ... part1.c part2.c part3.c ... " build would.
  */
 #define USBF_OBEX_INCLUDED
+#include "f_ecm.c"
 #include "f_obex.c"
 #include "f_phonet.c"
 #include "u_ether.c"