From: Masahiro Yamada Date: Mon, 24 Apr 2017 04:50:39 +0000 (+0900) Subject: drm/mga: remove unneeded -Iinclude/drm compiler flag X-Git-Tag: v4.13-rc1~45^2~33^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f60fb2d7429b37e8f9359a29a6f0060859ada754;p=platform%2Fkernel%2Flinux-exynos.git drm/mga: remove unneeded -Iinclude/drm compiler flag With the include directives under include/drm/ fixed, this flag is no longer needed. Signed-off-by: Masahiro Yamada Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-22-git-send-email-yamada.masahiro@socionext.com --- diff --git a/drivers/gpu/drm/mga/Makefile b/drivers/gpu/drm/mga/Makefile index 60684785c203..49e972c2f787 100644 --- a/drivers/gpu/drm/mga/Makefile +++ b/drivers/gpu/drm/mga/Makefile @@ -2,7 +2,6 @@ # Makefile for the drm device driver. This driver provides support for the # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. -ccflags-y := -Iinclude/drm mga-y := mga_drv.o mga_dma.o mga_state.o mga_warp.o mga_irq.o mga-$(CONFIG_COMPAT) += mga_ioc32.o