mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
Mali: utgard: Fix compilation errors on kernel 6.1
Change-Id: Idb486aa35fed6ac26fa8949346c6de71f7cafefc Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
This commit is contained in:
@@ -759,7 +759,7 @@ _mali_osk_errcode_t mali_mem_os_init(void)
|
||||
return _MALI_OSK_ERR_NOMEM;
|
||||
}
|
||||
|
||||
register_shrinker(&mali_mem_os_allocator.shrinker);
|
||||
register_shrinker(&mali_mem_os_allocator.shrinker, "mali-mem");
|
||||
|
||||
return _MALI_OSK_ERR_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user