mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 09:32:32 +00:00
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>
This commit is contained in:
parent
fc696881c6
commit
ae8dd0cc41
@ -35,6 +35,7 @@
|
||||
#include <asm/byteorder.h>
|
||||
#include <asm/unaligned.h>
|
||||
|
||||
#include "u_rndis.h"
|
||||
|
||||
#undef VERBOSE_DEBUG
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user