From: Corentin Labbe Date: Tue, 18 May 2021 12:41:13 +0000 (+0200) Subject: media: staging: media: zoran: change asm header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5ef8a20af18716f97875714a32266256f6aa6f60;p=linux.git media: staging: media: zoran: change asm header As asked by checkpatch, convert a asm/xxx header to a linux one. Signed-off-by: Corentin Labbe Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/zoran/zr36050.c b/drivers/staging/media/zoran/zr36050.c index 8bb101fa18bc4..c62af27f2683b 100644 --- a/drivers/staging/media/zoran/zr36050.c +++ b/drivers/staging/media/zoran/zr36050.c @@ -16,7 +16,7 @@ #include /* I/O commands, error codes */ -#include +#include /* headerfile of this module */ #include "zr36050.h"