From 00ad9ed4a775a6908a8654935f61df38e59178df Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 4 Aug 2025 15:53:54 -0600 Subject: [PATCH] pwm: pwm-aspeed: Add missing to pwm-aspeed.c This driver references the logarithmic macros while relying on an indirection inclusion of . Add the missing include directly. Signed-off-by: Tom Rini --- drivers/pwm/pwm-aspeed.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pwm/pwm-aspeed.c b/drivers/pwm/pwm-aspeed.c index ebc9d9a8975..eefe018448f 100644 --- a/drivers/pwm/pwm-aspeed.c +++ b/drivers/pwm/pwm-aspeed.c @@ -46,6 +46,7 @@ #include #include #include +#include #include #include #include -- 2.47.3