hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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