From: Tom Rini Date: Mon, 4 Aug 2025 21:53:54 +0000 (-0600) Subject: pwm: pwm-aspeed: Add missing to pwm-aspeed.c X-Git-Tag: v2026.01-rc1~72^2~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00ad9ed4a775a6908a8654935f61df38e59178df;p=thirdparty%2Fu-boot.git 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 --- 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