This header is unused and breaks compile test of the driver on other architectures, but ARM. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- 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