From: Christian König Date: Mon, 3 May 2021 14:25:31 +0000 (+0200) Subject: drm/ttm: fix warning in new sys man X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f7dbd8624ec62facbb7968a6b3e0f598b4bbf166;p=linux.git drm/ttm: fix warning in new sys man Include the header for the prototype. Signed-off-by: Christian König Reported-by: kernel test robot Reviewed-by: Matthew Auld Link: https://patchwork.freedesktop.org/patch/msgid/20210503142710.153369-1-christian.koenig@amd.com --- diff --git a/drivers/gpu/drm/ttm/ttm_sys_manager.c b/drivers/gpu/drm/ttm/ttm_sys_manager.c index f754d2c965f11..474221e863d06 100644 --- a/drivers/gpu/drm/ttm/ttm_sys_manager.c +++ b/drivers/gpu/drm/ttm/ttm_sys_manager.c @@ -4,6 +4,8 @@ #include #include +#include "ttm_module.h" + static int ttm_sys_man_alloc(struct ttm_resource_manager *man, struct ttm_buffer_object *bo, const struct ttm_place *place,