]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: vme: declare vme_bus_num_mtx static
authorBill Pemberton <wfp5p@virginia.edu>
Wed, 28 Apr 2010 20:40:10 +0000 (16:40 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:52 +0000 (11:35 -0700)
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/vme/vme.c

index 934283a19ca5c9c75dc0497ab2b42f1d50f812d0..58aa276764f3772daf2a83849897fcdbb0d0ce14 100644 (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);