Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/i2c: 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 <yamada.masahiro@socionext.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-21-git-send-email-yamada.masahiro@socionext.com

authored by

Masahiro Yamada and committed by
Daniel Vetter
518d4ab9 0b23127e

-2
-2
drivers/gpu/drm/i2c/Makefile
··· 1 - ccflags-y := -Iinclude/drm 2 - 3 1 ch7006-y := ch7006_drv.o ch7006_mode.o 4 2 obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o 5 3