kernel/include/linux/sync_file.h
.. .. @@ -56,8 +56,6 @@ 56 56 #define POLL_ENABLED 0 57 57 58 58 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);61 59 struct dma_fence *sync_file_get_fence(int fd); 62 60 char *sync_file_get_name(struct sync_file *sync_file, char *buf, int len); 63 61