Commit 5ef8a20a authored by Corentin Labbe's avatar Corentin Labbe Committed by Mauro Carvalho Chehab
Browse files

media: staging: media: zoran: change asm header



As asked by checkpatch, convert a asm/xxx header to a linux one.

Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent b8c8c495
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"