summaryrefslogtreecommitdiff
path: root/mali_kbase/mali_kbase_gwt.h
diff options
context:
space:
mode:
Diffstat (limited to 'mali_kbase/mali_kbase_gwt.h')
-rw-r--r--mali_kbase/mali_kbase_gwt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mali_kbase/mali_kbase_gwt.h b/mali_kbase/mali_kbase_gwt.h
index da0d43e..59d48df 100644
--- a/mali_kbase/mali_kbase_gwt.h
+++ b/mali_kbase/mali_kbase_gwt.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
*
- * (C) COPYRIGHT 2010-2017, 2020-2022 ARM Limited. All rights reserved.
+ * (C) COPYRIGHT 2010-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
@@ -22,9 +22,10 @@
#if !defined(_KBASE_GWT_H)
#define _KBASE_GWT_H
-#include <mali_kbase.h>
#include <uapi/gpu/arm/midgard/mali_kbase_ioctl.h>
+struct kbase_context;
+
/**
* kbase_gpu_gwt_start - Start the GPU write tracking
* @kctx: Pointer to kernel context
@@ -48,7 +49,6 @@ int kbase_gpu_gwt_stop(struct kbase_context *kctx);
*
* Return: 0 on success, error on failure.
*/
-int kbase_gpu_gwt_dump(struct kbase_context *kctx,
- union kbase_ioctl_cinstr_gwt_dump *gwt_dump);
+int kbase_gpu_gwt_dump(struct kbase_context *kctx, union kbase_ioctl_cinstr_gwt_dump *gwt_dump);
#endif /* _KBASE_GWT_H */