From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- 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