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>
This commit is contained in:
Corentin Labbe 2021-05-18 14:41:13 +02:00 committed by Mauro Carvalho Chehab
parent b8c8c4959c
commit 5ef8a20af1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include <linux/wait.h>
/* I/O commands, error codes */
#include <asm/io.h>
#include <linux/io.h>
/* headerfile of this module */
#include "zr36050.h"