commit | 9b192de60b5a584ee4ed967fb6758773c75e4643 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Wed Apr 03 21:01:44 2013 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Wed Apr 03 21:02:47 2013 +0300 |
tree | 9699cb0df8b18ec25325559e723ec25d5d099839 | |
parent | bb54542cfaac0e7949925b774b04b7ea069b80d1 [diff] |
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>