mali400: Fix compilation errors on clang-r487747c.

Signed-off-by: Bian Jin chen <kenjc.bian@rock-chips.com>
Change-Id: I2c4bbf5fb7513eca3cc7f01963dd977b7fd58462
This commit is contained in:
Bian Jin chen 2023-06-16 08:19:05 +00:00 committed by Tao Huang
parent 188560e5f3
commit 3868949da6
1 changed files with 1 additions and 1 deletions

View File

@ -1383,7 +1383,7 @@ static mali_bool mali_executor_is_suspended(void *data)
return ret;
}
static mali_bool mali_executor_is_working()
static mali_bool mali_executor_is_working(void)
{
MALI_DEBUG_ASSERT_EXECUTOR_LOCK_HELD();