drm/amd: remove inclusion of non-existing scheduler directory
authorCorentin Labbe <clabbe@baylibre.com>
Thu, 22 Feb 2018 08:21:48 +0000 (08:21 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Feb 2018 04:09:38 +0000 (23:09 -0500)
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 <christian.koenig@amd.com>
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Makefile

index be5e5ac..353c937 100644 (file)
@@ -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) \