mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
dma-buf: add missing EXPORT_SYMBOL
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
This commit is contained in:
parent
3e2926f875
commit
415f6767d8
@ -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
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user