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:
parent
188560e5f3
commit
3868949da6
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue