From bedbef8ad3e75a304af6361af235302bcc61d06b Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 14 May 2024 06:39:01 +0000 Subject: [PATCH] 修改内核路径 --- 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