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:
Carmeli Tamir 2018-11-07 15:44:22 -05:00 committed by Greg Kroah-Hartman
parent 2159fb3729
commit 3f9da94dc8

View file

@ -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 */