Skip to content

Commit

Permalink
dma-buf: add missing EXPORT_SYMBOL
Browse files Browse the repository at this point in the history
The newly added dma_resv_reset_shared_max() is used from an inline
function, so it can appear in drivers as well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20210604155228.616679-1-christian.koenig@amd.com
  • Loading branch information
Christian König committed Jun 5, 2021
1 parent 3e2926f commit 415f676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/dma-buf/dma-resv.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ void dma_resv_reset_shared_max(struct dma_resv *obj)
fence->shared_max = fence->shared_count;
}
}
EXPORT_SYMBOL(dma_resv_reset_shared_max);
#endif

/**
Expand Down

0 comments on commit 415f676

Please sign in to comment.