Commit 1c1af371 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] i2c namespace pollution.

adap_lock is a little generic for a global..
parent ec0b3194
......@@ -56,7 +56,7 @@
/* ----- global variables -------------------------------------------------- */
/**** lock for writing to global variables: the adapter & driver list */
DECLARE_MUTEX(adap_lock);
static DECLARE_MUTEX(adap_lock);
static DECLARE_MUTEX(driver_lock);
/**** adapter list */
......
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