[PATCH 07/15] w1: ds2482: drop unnecessary header

Krzysztof Kozlowski krzysztof.kozlowski at linaro.org
Sat Apr 15 03:42:56 PDT 2023


linux/delay.h is already included, so drop asm header to also fix
checkpatch:

  WARNING: Use #include <linux/delay.h> instead of <asm/delay.h>

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
---
 drivers/w1/masters/ds2482.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/w1/masters/ds2482.c b/drivers/w1/masters/ds2482.c
index 90c0a33747db..7e915b71045d 100644
--- a/drivers/w1/masters/ds2482.c
+++ b/drivers/w1/masters/ds2482.c
@@ -15,7 +15,6 @@
 #include <linux/slab.h>
 #include <linux/i2c.h>
 #include <linux/delay.h>
-#include <asm/delay.h>
 
 #include <linux/w1.h>
 
-- 
2.34.1




More information about the linux-arm-kernel mailing list