mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user