[PATCH v8 3/6] pwm: renesas: Remove unused include

From: Sean Young
Date: Tue Dec 12 2023 - 03:34:44 EST


No mutex is used in this driver.

Signed-off-by: Sean Young <sean@xxxxxxxx>
---
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 ce92db1f85113..28265fdfc92a9 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