hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/gpu/arm/bifrost/mali_kbase_dvfs_debugfs.c
....@@ -1,7 +1,7 @@
11 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
22 /*
33 *
4
- * (C) COPYRIGHT 2020-2021 ARM Limited. All rights reserved.
4
+ * (C) COPYRIGHT 2020-2022 ARM Limited. All rights reserved.
55 *
66 * This program is free software and is provided to you under the terms of the
77 * GNU General Public License version 2 as published by the Free Software
....@@ -68,11 +68,7 @@
6868 void kbase_dvfs_status_debugfs_init(struct kbase_device *kbdev)
6969 {
7070 struct dentry *file;
71
-#if (KERNEL_VERSION(4, 7, 0) <= LINUX_VERSION_CODE)
7271 const mode_t mode = 0444;
73
-#else
74
- const mode_t mode = 0400;
75
-#endif
7672
7773 if (WARN_ON(!kbdev || IS_ERR_OR_NULL(kbdev->mali_debugfs_directory)))
7874 return;