pwm: pwm-aspeed: Add missing <linux/log2.h> to pwm-aspeed.c
authorTom Rini <trini@konsulko.com>
Mon, 4 Aug 2025 21:53:54 +0000 (15:53 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Aug 2025 16:59:05 +0000 (10:59 -0600)
commit00ad9ed4a775a6908a8654935f61df38e59178df
treea27fea3143f78ebeab3098355b0320c3e2312cb5
parent678be99d563199551ed57fd771471eb1d2680e6e
pwm: pwm-aspeed: Add missing <linux/log2.h> to pwm-aspeed.c

This driver references the logarithmic macros while relying on an
indirection inclusion of <linux/log2.h>. Add the missing include
directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/pwm/pwm-aspeed.c