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

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 <clabbe@baylibre.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Corentin Labbe and committed by
Mauro Carvalho Chehab
5ef8a20a b8c8c495

+1 -1
+1 -1
drivers/staging/media/zoran/zr36050.c
··· 16 16 #include <linux/wait.h> 17 17 18 18 /* I/O commands, error codes */ 19 - #include <asm/io.h> 19 + #include <linux/io.h> 20 20 21 21 /* headerfile of this module */ 22 22 #include "zr36050.h"