diff mbox series

[5/5] staging: media: zoran: change asm header

Message ID 20210518124113.1823055-5-clabbe@baylibre.com
State Accepted
Commit 5ef8a20af18716f97875714a32266256f6aa6f60
Headers show
Series [1/5] staging: media: zoran: remove detect_guest_activity | expand

Commit Message

Corentin Labbe May 18, 2021, 12:41 p.m. UTC
As asked by checkpatch, convert a asm/xxx header to a linux one.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 drivers/staging/media/zoran/zr36050.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/staging/media/zoran/zr36050.c b/drivers/staging/media/zoran/zr36050.c
index 8bb101fa18bc..c62af27f2683 100644
--- a/drivers/staging/media/zoran/zr36050.c
+++ b/drivers/staging/media/zoran/zr36050.c
@@ -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"