mirror of https://gitee.com/openkylin/linux.git
staging: emxx_udc: Added static modifier to udc_controller
Added static modifier to the udc_controller, since it's only required within emxx_udc.c. Signed-off-by: Carmeli Tamir <carmeli.tamir@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2159fb3729
commit
3f9da94dc8
|
@ -56,7 +56,7 @@ static void _nbu2ss_fifo_flush(struct nbu2ss_udc *, struct nbu2ss_ep *);
|
|||
|
||||
/*===========================================================================*/
|
||||
/* Global */
|
||||
struct nbu2ss_udc udc_controller;
|
||||
static struct nbu2ss_udc udc_controller;
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
/* Read */
|
||||
|
|
Loading…
Reference in New Issue