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

drm/omap: 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-23-git-send-email-yamada.masahiro@socionext.com

authored by

Masahiro Yamada and committed by
Daniel Vetter
88b39bbf f60fb2d7

-1
-1
drivers/gpu/drm/omapdrm/Makefile
··· 6 6 obj-y += dss/ 7 7 obj-y += displays/ 8 8 9 - ccflags-y := -Iinclude/drm 10 9 omapdrm-y := omap_drv.o \ 11 10 omap_irq.o \ 12 11 omap_debugfs.o \