media: coda: remove -I$(src) header search path
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 25 Jan 2019 06:54:17 +0000 (01:54 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 23 May 2019 16:04:00 +0000 (12:04 -0400)
commit94b7ddb91c16226fb48ed85d2c66e863009a19da
tree7a7ad565e4e92a1f44cf4c9880bed403ef12dddf
parent8169cf0a02caafd87ee33e66c12f7a35606a6b0c
media: coda: remove -I$(src) header search path

Remove the header search path to the current directory.

The compiler will search headers in the current directory by
using #include "..." instead of #include <...>

Also, change TRACE_INCLUDE_PATH to point to the location of trace.h.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/coda/Makefile
drivers/media/platform/coda/coda-h264.c
drivers/media/platform/coda/trace.h