Staging: vme: declare vme_bus_num_mtx static
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
7946328faf
commit
1fe923ec74
|
@ -36,7 +36,7 @@
|
|||
|
||||
/* Bitmask and mutex to keep track of bridge numbers */
|
||||
static unsigned int vme_bus_numbers;
|
||||
DEFINE_MUTEX(vme_bus_num_mtx);
|
||||
static DEFINE_MUTEX(vme_bus_num_mtx);
|
||||
|
||||
static void __exit vme_exit(void);
|
||||
static int __init vme_init(void);
|
||||
|
|
Loading…
Reference in New Issue