From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- kernel/include/linux/sync_file.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/include/linux/sync_file.h b/kernel/include/linux/sync_file.h index 7e4fa6d..790ca02 100644 --- a/kernel/include/linux/sync_file.h +++ b/kernel/include/linux/sync_file.h @@ -56,8 +56,6 @@ #define POLL_ENABLED 0 struct sync_file *sync_file_create(struct dma_fence *fence); -struct sync_file *sync_file_get(int fd); -void sync_file_put(struct sync_file *sync_file); struct dma_fence *sync_file_get_fence(int fd); char *sync_file_get_name(struct sync_file *sync_file, char *buf, int len); -- Gitblit v1.6.2