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

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
...@@ -56,7 +56,7 @@ static void _nbu2ss_fifo_flush(struct nbu2ss_udc *, struct nbu2ss_ep *); ...@@ -56,7 +56,7 @@ static void _nbu2ss_fifo_flush(struct nbu2ss_udc *, struct nbu2ss_ep *);
/*===========================================================================*/ /*===========================================================================*/
/* Global */ /* Global */
struct nbu2ss_udc udc_controller; static struct nbu2ss_udc udc_controller;
/*-------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------*/
/* Read */ /* Read */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment