All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwm: atmel: drop unused header
@ 2021-09-09  8:09 ` Uwe Kleine-König
  0 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2021-09-09  8:09 UTC (permalink / raw)
  To: Claudiu Beznea, Thierry Reding, Lee Jones
  Cc: Nicolas Ferre, Alexandre Belloni, Ludovic Desroches,
	linux-arm-kernel, linux-pwm, kernel

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 <u.kleine-koenig@pengutronix.de>
---
 drivers/pwm/pwm-atmel.c | 1 -
 1 file changed, 1 deletion(-)

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 <linux/err.h>
 #include <linux/io.h>
 #include <linux/module.h>
-#include <linux/mutex.h>
 #include <linux/of.h>
 #include <linux/of_device.h>
 #include <linux/platform_device.h>
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-01-30 18:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09  8:09 [PATCH] pwm: atmel: drop unused header Uwe Kleine-König
2021-09-09  8:09 ` Uwe Kleine-König
2021-09-09  8:51 ` Alexandre Belloni
2021-09-09  8:51   ` Alexandre Belloni
2021-09-10  6:14 ` Claudiu.Beznea
2021-09-10  6:14   ` Claudiu.Beznea
2023-01-30 17:29 ` Nicolas Ferre
2023-01-30 17:29   ` Nicolas Ferre
2023-01-30 17:34   ` Uwe Kleine-König
2023-01-30 17:34     ` Uwe Kleine-König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.