]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: rndis: Include "u_rndis.h"
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 5 Apr 2014 01:27:59 +0000 (22:27 -0300)
committerFelipe Balbi <balbi@ti.com>
Wed, 16 Apr 2014 15:11:47 +0000 (10:11 -0500)
commitae8dd0cc4146740e24ffb2092530c47e838001c5
tree4ed9021c75517a9b327c0776fbec08a0f2a01c55
parentfc696881c6ec991f39a2f93d41f9ae841c6ace38
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>
drivers/usb/gadget/rndis.c