commit | ae8dd0cc4146740e24ffb2092530c47e838001c5 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Fri Apr 04 22:27:59 2014 -0300 |
committer | Felipe Balbi <balbi@ti.com> | Wed Apr 16 10:11:47 2014 -0500 |
tree | 4ed9021c75517a9b327c0776fbec08a0f2a01c55 | |
parent | fc696881c6ec991f39a2f93d41f9ae841c6ace38 [diff] |
usb: gadget: rndis: Include "u_rndis.h" Include "u_rndis.h" in order to fix the following sparse warning: drivers/usb/gadget/rndis.c:1144:5: warning: symbol 'rndis_init' was not declared. Should it be static? drivers/usb/gadget/rndis.c:1177:6: warning: symbol 'rndis_exit' was not declared. Should it be static? Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Felipe Balbi <balbi@ti.com>