hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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