Skip to content

Commit

Permalink
drm/vmwgfx: Fix implicit declaration error
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
zackr committed Jul 9, 2021
1 parent 3efe180 commit c26d658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <drm/drm_ioctl.h>
#include <drm/drm_sysfs.h>
#include <drm/ttm/ttm_bo_driver.h>
#include <drm/ttm/ttm_range_manager.h>
#include <drm/ttm/ttm_placement.h>
#include <generated/utsrelease.h>

Expand Down

0 comments on commit c26d658

Please sign in to comment.