On Fri, Jul 28, 2023 at 09:12:59AM +0200, Uwe Kleine-König wrote: > core.c doens't use any of the symbols provided by linux/radix-tree.h > and compiles just fine without this include. So drop the #include. > > Signed-off-by: Uwe Kleine-König > --- > drivers/pwm/core.c | 1 - > 1 file changed, 1 deletion(-) Looks like I forgot to remove that when the radix tree support was dropped in 247ee6c780406513c6031a7f4ea41f1648b03295. This didn't apply cleanly, so it breaks the b4 tracking. Applied, thanks. Thierry > > diff --git a/drivers/pwm/core.c b/drivers/pwm/core.c > index 3dacceaef4a9..5b0794858ad4 100644 > --- a/drivers/pwm/core.c > +++ b/drivers/pwm/core.c > @@ -9,7 +9,6 @@ > #include > #include > #include > -#include > #include > #include > #include > > base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 > -- > 2.39.2 >