|
@@ -52,8 +52,8 @@
|
|
#define VCHIQ_LOG_TRACE_STR "trace"
|
|
#define VCHIQ_LOG_TRACE_STR "trace"
|
|
|
|
|
|
/* Global 'vchiq' debugfs and clients entry used by all instances */
|
|
/* Global 'vchiq' debugfs and clients entry used by all instances */
|
|
-struct dentry *vchiq_dbg_dir;
|
|
|
|
-struct dentry *vchiq_dbg_clients;
|
|
|
|
|
|
+static struct dentry *vchiq_dbg_dir;
|
|
|
|
+static struct dentry *vchiq_dbg_clients;
|
|
|
|
|
|
/* Log category debugfs entries */
|
|
/* Log category debugfs entries */
|
|
struct vchiq_debugfs_log_entry {
|
|
struct vchiq_debugfs_log_entry {
|