]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit923e47ab0dfece26d8806cc7a22a5ba849a0d4ff
tree9699cb0df8b18ec25325559e723ec25d5d099839
parentcd712f6a92e402b7157bddb1182d0f2b9a41adbd
usb: gadget: nokia: include f_ecm.c

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