forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
kernel/include/linux/sync_file.h
....@@ -56,8 +56,6 @@
5656 #define POLL_ENABLED 0
5757
5858 struct sync_file *sync_file_create(struct dma_fence *fence);
59
-struct sync_file *sync_file_get(int fd);
60
-void sync_file_put(struct sync_file *sync_file);
6159 struct dma_fence *sync_file_get_fence(int fd);
6260 char *sync_file_get_name(struct sync_file *sync_file, char *buf, int len);
6361