Skip to content

Commit 352a81b

Browse files
committed
drm/vmwgfx: Fix implicit declaration error
The declarations of ttm_range_man_init and ttm_range_man_fini have been moved to ttm_range_manager.h so we have to add it to the include list. Signed-off-by: Zack Rusin <[email protected]> Reported-by: Randy Dunlap <[email protected]> Fixes: 3eb7d96 ("drm/ttm: flip over the range manager to self allocated nodes") Cc: Christian König <[email protected]> Cc: Matthew Auld <[email protected]> Reviewed-by: Martin Krastev <[email protected]> Reviewed-by: Christian König <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent baee602 commit 352a81b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/vmwgfx/vmwgfx_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <drm/drm_ioctl.h>
3737
#include <drm/drm_sysfs.h>
3838
#include <drm/ttm/ttm_bo_driver.h>
39+
#include <drm/ttm/ttm_range_manager.h>
3940
#include <drm/ttm/ttm_placement.h>
4041
#include <generated/utsrelease.h>
4142

0 commit comments

Comments
 (0)