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:
Zhen Chen
2019-06-19 19:34:00 +08:00
committed by Tao Huang
parent 6230ae439e
commit 732afe7d96

View File

@@ -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);
}
/**