From: Wang Hai wanghai38@huawei.com
Offering: HULK hulk inclusion category: bugfix bugzilla: 189253
--------------------------------
Fix kabi breakage in commit deb0814b43f3 ("[Backport] drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2")
Signed-off-by: Wang Hai wanghai38@huawei.com --- include/drm/ttm/ttm_bo_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/ttm/ttm_bo_api.h b/include/drm/ttm/ttm_bo_api.h index 33aca60870e2..13e5dfdf1727 100644 --- a/include/drm/ttm/ttm_bo_api.h +++ b/include/drm/ttm/ttm_bo_api.h @@ -157,7 +157,7 @@ struct ttm_buffer_object {
struct dma_fence *moving; unsigned priority; - unsigned pin_count; + KABI_FILL_HOLE(unsigned pin_count)
/** * Special members that are protected by the reserve lock