summaryrefslogtreecommitdiff
path: root/mali_kbase/mali_kbase_mem_profile_debugfs.h
diff options
context:
space:
mode:
authorJörg Wagner <jorwag@google.com>2023-12-14 09:44:26 +0000
committerJörg Wagner <jorwag@google.com>2023-12-14 09:44:26 +0000
commit049a542207ed694271316782397b78b2e202086a (patch)
tree105e9378d4d5062dc72109fdd4a77c915bd9425d /mali_kbase/mali_kbase_mem_profile_debugfs.h
parente61eb93296e9f940b32d4ad4b0c3a5557cbeaf17 (diff)
downloadgpu-049a542207ed694271316782397b78b2e202086a.tar.gz
Update KMD to r47p0
Provenance: ipdelivery@ad01e50d640910a99224382bb227e6d4de627657 Change-Id: I19ac9bce34a5c5a319c1b4a388e8b037b3dfe6e7
Diffstat (limited to 'mali_kbase/mali_kbase_mem_profile_debugfs.h')
-rw-r--r--mali_kbase/mali_kbase_mem_profile_debugfs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mali_kbase/mali_kbase_mem_profile_debugfs.h b/mali_kbase/mali_kbase_mem_profile_debugfs.h
index c30fca6..56c7a49 100644
--- a/mali_kbase/mali_kbase_mem_profile_debugfs.h
+++ b/mali_kbase/mali_kbase_mem_profile_debugfs.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
*
- * (C) COPYRIGHT 2012-2016, 2020-2022 ARM Limited. All rights reserved.
+ * (C) COPYRIGHT 2012-2023 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
@@ -30,6 +30,8 @@
#include <linux/debugfs.h>
#include <linux/seq_file.h>
+struct kbase_context;
+
/**
* kbasep_mem_profile_debugfs_remove - Remove entry from Mali memory profile debugfs
*
@@ -57,8 +59,6 @@ void kbasep_mem_profile_debugfs_remove(struct kbase_context *kctx);
* @post @ref mem_profile_initialized will be set to @c true
* the first time this function succeeds.
*/
-int kbasep_mem_profile_debugfs_insert(struct kbase_context *kctx, char *data,
- size_t size);
-
-#endif /*_KBASE_MEM_PROFILE_DEBUGFS_H*/
+int kbasep_mem_profile_debugfs_insert(struct kbase_context *kctx, char *data, size_t size);
+#endif /*_KBASE_MEM_PROFILE_DEBUGFS_H*/