media: allegro-dvt: fix build failure
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 29 May 2019 12:46:32 +0000 (08:46 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 29 May 2019 13:28:34 +0000 (09:28 -0400)
nal-h264.h is a local header, not a global one. Use "" instead of <>.

Fixed this compile error:

  CC      drivers/staging/media/allegro-dvt/nal-h264.o
drivers/staging/media/allegro-dvt/nal-h264.c:24:10: fatal error: nal-h264.h: No such file or directory
 #include <nal-h264.h>
          ^~~~~~~~~~~~

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Michael Tretter <m.tretter@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/staging/media/allegro-dvt/nal-h264.c

index fd4b968..4e14b77 100644 (file)
@@ -21,7 +21,7 @@
 #include <linux/export.h>
 #include <linux/log2.h>
 
-#include <nal-h264.h>
+#include "nal-h264.h"
 
 /*
  * See Rec. ITU-T H.264 (04/2017) Table 7-1 – NAL unit type codes, syntax