2023-12-18 09:07:48

by Sean Young

[permalink] [raw]
Subject: [PATCH v9 3/6] pwm: renesas: Remove unused include

No mutex is used in this driver.

Reviewed-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Sean Young <[email protected]>
---
drivers/pwm/pwm-renesas-tpu.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/pwm/pwm-renesas-tpu.c b/drivers/pwm/pwm-renesas-tpu.c
index ce92db1f8511..28265fdfc92a 100644
--- a/drivers/pwm/pwm-renesas-tpu.c
+++ b/drivers/pwm/pwm-renesas-tpu.c
@@ -11,7 +11,6 @@
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/module.h>
-#include <linux/mutex.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>
--
2.43.0