From: Krzysztof Kozlowski Date: Sat, 15 Apr 2023 10:42:58 +0000 (+0200) Subject: w1: matrox: switch from asm to linux header X-Git-Tag: v6.4-rc1~114^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01bc199b42594e31e5c4fe335f4feb40f976db1f;p=thirdparty%2Fkernel%2Flinux.git w1: matrox: switch from asm to linux header linux/io.h is preferred over asm/io.h: WARNING: Use #include instead of Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20230415104304.104134-10-krzysztof.kozlowski@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/w1/masters/matrox_w1.c b/drivers/w1/masters/matrox_w1.c index 94a1f3fa2dc3e..662108b1d8061 100644 --- a/drivers/w1/masters/matrox_w1.c +++ b/drivers/w1/masters/matrox_w1.c @@ -7,7 +7,7 @@ #include #include -#include +#include #include #include