From: Bill Pemberton Date: Wed, 28 Apr 2010 20:40:10 +0000 (-0400) Subject: Staging: vme: declare vme_bus_num_mtx static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1fe923ec740ad8d87e616afc50f5b00d88a75ed2;p=linux-beck.git Staging: vme: declare vme_bus_num_mtx static Signed-off-by: Bill Pemberton Cc: Martyn Welch Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vme/vme.c b/drivers/staging/vme/vme.c index 934283a19ca5..58aa276764f3 100644 --- a/drivers/staging/vme/vme.c +++ b/drivers/staging/vme/vme.c @@ -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);