From: Uwe Kleine-König Date: Thu, 9 Sep 2021 08:09:03 +0000 (+0200) Subject: pwm: atmel: Drop unused header X-Git-Tag: howlett/maple/20220722_2~1837^2~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6f897a1085083c9866a234ab6092b05b986242fb;p=users%2Fjedix%2Flinux-maple.git pwm: atmel: Drop unused header Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending in hardware") the driver doesn't make use of mutexes any more, so the header defining these doesn't need to be included. Signed-off-by: Uwe Kleine-König Acked-by: Alexandre Belloni Acked-by: Claudiu Beznea Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c index e748604403cc..98b34ea9f38e 100644 --- a/drivers/pwm/pwm-atmel.c +++ b/drivers/pwm/pwm-atmel.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include