[PATCH 9/9] w1: using linux instead of asm prefix for includes

From: Steffen Vogel
Date: Sun Oct 28 2018 - 18:21:04 EST


This fixes a warning raised by the checkpatch tool

Signed-off-by: Steffen Vogel <post@xxxxxxxxxxxxxxx>
---
drivers/w1/w1_io.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/w1/w1_io.c b/drivers/w1/w1_io.c
index 283c89708c7c..b18d82cde71e 100644
--- a/drivers/w1/w1_io.c
+++ b/drivers/w1/w1_io.c
@@ -3,7 +3,7 @@
* Copyright (c) 2004 Evgeniy Polyakov <zbr@xxxxxxxxxxx>
*/

-#include <asm/io.h>
+#include <linux/io.h>

#include <linux/delay.h>
#include <linux/moduleparam.h>
--
2.11.0