[PATCH v3 12/16] drm/stm: remove unneeded -Iinclude/drm compiler flag

From: Masahiro Yamada
Date: Thu May 18 2017 - 00:34:08 EST


With the include directives under include/drm/ fixed, this flag is
no longer needed.

Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
---

Changes in v3: None

drivers/gpu/drm/stm/Makefile | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/stm/Makefile b/drivers/gpu/drm/stm/Makefile
index e114d45..a09ecf4 100644
--- a/drivers/gpu/drm/stm/Makefile
+++ b/drivers/gpu/drm/stm/Makefile
@@ -1,5 +1,3 @@
-ccflags-y := -Iinclude/drm
-
stm-drm-y := \
drv.o \
ltdc.o
--
2.7.4