summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-04-15 12:42:58 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-04-20 14:15:07 +0200
commit01bc199b42594e31e5c4fe335f4feb40f976db1f (patch)
tree393e835feb84e64904fbed1eac501da4df36e124 /drivers
parent787e19ae1fa96cfbbb943e647253e966b4d53407 (diff)
downloadlinux-stable-01bc199b42594e31e5c4fe335f4feb40f976db1f.tar.gz
linux-stable-01bc199b42594e31e5c4fe335f4feb40f976db1f.tar.bz2
linux-stable-01bc199b42594e31e5c4fe335f4feb40f976db1f.zip
w1: matrox: switch from asm to linux header
linux/io.h is preferred over asm/io.h: WARNING: Use #include <linux/io.h> instead of <asm/io.h> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230415104304.104134-10-krzysztof.kozlowski@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/w1/masters/matrox_w1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/masters/matrox_w1.c b/drivers/w1/masters/matrox_w1.c
index 94a1f3fa2dc3..662108b1d806 100644
--- a/drivers/w1/masters/matrox_w1.c
+++ b/drivers/w1/masters/matrox_w1.c
@@ -7,7 +7,7 @@
#include <asm/types.h>
#include <linux/atomic.h>
-#include <asm/io.h>
+#include <linux/io.h>
#include <linux/delay.h>
#include <linux/kernel.h>