From: Corentin Labbe Date: Thu, 22 Feb 2018 08:21:48 +0000 (+0000) Subject: drm/amd: remove inclusion of non-existing scheduler directory X-Git-Tag: Ubuntu-5.2.0-15.16~4753^2~18^2~128 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=fbb31562186e26ba2d930141286332ef94104cd2;p=mirror_ubuntu-eoan-kernel.git drm/amd: remove inclusion of non-existing scheduler directory The scheduler directory was removed via commit 1b1f42d8fde4 ("drm: move amd_gpu_scheduler into common location") Remove it from include path. Reviewed-by: Christian König Signed-off-by: Corentin Labbe Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index be5e5acc3e39..353c937d947d 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -30,7 +30,6 @@ FULL_AMD_DISPLAY_PATH = $(FULL_AMD_PATH)/$(DISPLAY_FOLDER_NAME) ccflags-y := -I$(FULL_AMD_PATH)/include/asic_reg \ -I$(FULL_AMD_PATH)/include \ -I$(FULL_AMD_PATH)/amdgpu \ - -I$(FULL_AMD_PATH)/scheduler \ -I$(FULL_AMD_PATH)/powerplay/inc \ -I$(FULL_AMD_PATH)/acp/include \ -I$(FULL_AMD_DISPLAY_PATH) \