[PATCH master 07/13] watchdog: imxulp: drop unused include of asm/system.h

Ahmad Fatoum a.fatoum at pengutronix.de
Mon Oct 14 04:39:06 PDT 2024


This header is unused and breaks compile test of the driver on other
architectures, but ARM.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 drivers/watchdog/imxulp-wdt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/watchdog/imxulp-wdt.c b/drivers/watchdog/imxulp-wdt.c
index 5a8987617524..5571c32ef44f 100644
--- a/drivers/watchdog/imxulp-wdt.c
+++ b/drivers/watchdog/imxulp-wdt.c
@@ -13,7 +13,6 @@
 #include <watchdog.h>
 #include <reset_source.h>
 #include <linux/clk.h>
-#include <asm/system.h>
 
 struct imxulp_socdata {
 	bool prescaler_enable;
-- 
2.39.5




More information about the barebox mailing list