.. | .. |
---|
1 | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
---|
2 | 2 | /* |
---|
3 | 3 | * |
---|
4 | | - * (C) COPYRIGHT 2010-2014, 2020-2021 ARM Limited. All rights reserved. |
---|
| 4 | + * (C) COPYRIGHT 2010-2014, 2020-2022 ARM Limited. All rights reserved. |
---|
5 | 5 | * |
---|
6 | 6 | * This program is free software and is provided to you under the terms of the |
---|
7 | 7 | * GNU General Public License version 2 as published by the Free Software |
---|
.. | .. |
---|
33 | 33 | #include <linux/module.h> |
---|
34 | 34 | #include <linux/atomic.h> |
---|
35 | 35 | |
---|
36 | | -#if (defined(MALI_KERNEL_TEST_API) && (1 == MALI_KERNEL_TEST_API)) |
---|
| 36 | +#if IS_ENABLED(MALI_KERNEL_TEST_API) |
---|
37 | 37 | #define KBASE_EXPORT_TEST_API(func) EXPORT_SYMBOL(func) |
---|
38 | 38 | #else |
---|
39 | 39 | #define KBASE_EXPORT_TEST_API(func) |
---|