Commit 3f9da94d authored by Carmeli Tamir's avatar Carmeli Tamir Committed by Greg Kroah-Hartman
Browse files

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: default avatarCarmeli Tamir <carmeli.tamir@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2159fb37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */