hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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