]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
drm/sched: remove unneeded -Iinclude/drm compiler flag
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 6 Jul 2018 05:12:11 +0000 (14:12 +0900)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 31 Jul 2018 21:58:16 +0000 (16:58 -0500)
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>
drivers/gpu/drm/scheduler/Makefile

index bd0377c0d2eeaff0df66ce76ede9aa32d0225455..7665883f81d4b7d6756510cf22688665817963e1 100644 (file)
@@ -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