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>
This commit is contained in:
Krzysztof Kozlowski 2023-04-15 12:42:58 +02:00 committed by Greg Kroah-Hartman
parent 787e19ae1f
commit 01bc199b42
1 changed files with 1 additions and 1 deletions

View File

@ -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>