mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
Mali: bifrost: adjust source codes for kernel v4.19
Change-Id: I80aaaa2cd9b14607336b2db2dd5890a84f260561 Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
This commit is contained in:
parent
6230ae439e
commit
732afe7d96
|
|
@ -161,7 +161,7 @@ void kbase_sync_fence_out_remove(struct kbase_jd_atom *katom);
|
|||
*/
|
||||
static inline void kbase_sync_fence_close_fd(int fd)
|
||||
{
|
||||
sys_close(fd);
|
||||
ksys_close(fd);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user