summaryrefslogtreecommitdiff
path: root/drivers/media/platform/coda/coda-h264.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-25 09:54:17 +0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-05-23 19:04:00 +0300
commit94b7ddb91c16226fb48ed85d2c66e863009a19da (patch)
tree7a7ad565e4e92a1f44cf4c9880bed403ef12dddf /drivers/media/platform/coda/coda-h264.c
parent8169cf0a02caafd87ee33e66c12f7a35606a6b0c (diff)
downloadlinux-94b7ddb91c16226fb48ed85d2c66e863009a19da.tar.xz
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>
Diffstat (limited to 'drivers/media/platform/coda/coda-h264.c')
-rw-r--r--drivers/media/platform/coda/coda-h264.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/platform/coda/coda-h264.c b/drivers/media/platform/coda/coda-h264.c
index 635356a839cf..6da82d13eb21 100644
--- a/drivers/media/platform/coda/coda-h264.c
+++ b/drivers/media/platform/coda/coda-h264.c
@@ -14,7 +14,8 @@
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/videodev2.h>
-#include <coda.h>
+
+#include "coda.h"
static const u8 coda_filler_size[8] = { 0, 7, 14, 13, 12, 11, 10, 9 };