diff mbox series

[v3,06/16] drm/i2c: remove unneeded -Iinclude/drm compiler flag

Message ID 1495081793-9707-7-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 518d4ab9cf13e48c19c4b81d93ad75f8ab69f23b
Headers show
Series gpu/drm: remove -Iinclude/drm compiler flags from Makefile | expand

Commit Message

Masahiro Yamada May 18, 2017, 4:29 a.m. UTC
With the include directives under include/drm/ fixed, this flag is
no longer needed.

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

---

Changes in v3: None

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

-- 
2.7.4
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i2c/Makefile b/drivers/gpu/drm/i2c/Makefile
index 43aa33b..a77acfc 100644
--- a/drivers/gpu/drm/i2c/Makefile
+++ b/drivers/gpu/drm/i2c/Makefile
@@ -1,5 +1,3 @@ 
-ccflags-y := -Iinclude/drm
-
 ch7006-y := ch7006_drv.o ch7006_mode.o
 obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o