aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/scheduler
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-06 14:12:11 +0900
committerAlex Deucher <alexander.deucher@amd.com>2018-07-31 16:58:16 -0500
commitba7f47831ebdad141791be53a51049d6771156cd (patch)
tree4e40b077131c9d2ded71d5a99d5938847a372395 /drivers/gpu/drm/scheduler
parentdrm/amdgpu: add proper error handling to amdgpu_bo_list_get (diff)
downloadlinux-dev-ba7f47831ebdad141791be53a51049d6771156cd.tar.xz
linux-dev-ba7f47831ebdad141791be53a51049d6771156cd.zip
drm/sched: remove unneeded -Iinclude/drm compiler flag
I refactored the include directives under include/drm/ some time ago. This flag is unneeded. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Christian König <christian.koenig@amd.com> Acked-by: Nayan Deshmukh <nayan26deshmukh@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/scheduler')
-rw-r--r--drivers/gpu/drm/scheduler/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/scheduler/Makefile b/drivers/gpu/drm/scheduler/Makefile
index bd0377c0d2ee..7665883f81d4 100644
--- a/drivers/gpu/drm/scheduler/Makefile
+++ b/drivers/gpu/drm/scheduler/Makefile
@@ -20,7 +20,6 @@
# OTHER DEALINGS IN THE SOFTWARE.
#
#
-ccflags-y := -Iinclude/drm
gpu-sched-y := gpu_scheduler.o sched_fence.o
obj-$(CONFIG_DRM_SCHED) += gpu-sched.o