1
0
Fork 0

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>
hifive-unleashed-5.1
Bill Pemberton 2010-04-28 16:40:10 -04:00 committed by Greg Kroah-Hartman
parent 7946328faf
commit 1fe923ec74
1 changed files with 1 additions and 1 deletions

View File

@ -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);