Skip to content

Commit

Permalink
Update freedreno_priv.h
Browse files Browse the repository at this point in the history
fix duplicate declarations
  • Loading branch information
SolDev69 committed Dec 18, 2023
1 parent 7ec584f commit b601cc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/freedreno/drm/freedreno_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ struct fd_device_funcs {
*/
struct fd_bo *(*bo_from_handle)(struct fd_device *dev, uint32_t size,
uint32_t handle);
struct fd_bo *(*bo_from_dmabuf)(struct fd_device *dev, int fd);
void (*bo_close_handle)(struct fd_device *dev, uint32_t handle);
uint32_t (*handle_from_dmabuf)(struct fd_device *dev, int fd);
struct fd_bo *(*bo_from_dmabuf)(struct fd_device *dev, int fd);
void (*bo_close_handle)(struct fd_bo *bo);
Expand Down

0 comments on commit b601cc2

Please sign in to comment.