Commit d4e68236 authored by Christian König's avatar Christian König
Browse files

drm/ttm: make global mutex and use count static

parent e8b8b0df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,8 +39,8 @@
/**
 * ttm_global_mutex - protecting the global state
 */
DEFINE_MUTEX(ttm_global_mutex);
unsigned ttm_glob_use_count;
static DEFINE_MUTEX(ttm_global_mutex);
static unsigned ttm_glob_use_count;
struct ttm_global ttm_glob;
EXPORT_SYMBOL(ttm_glob);