mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
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:
committed by
Greg Kroah-Hartman
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 */
|
||||
|
||||
Reference in New Issue
Block a user