Message ID | 4c135f9cd23592b1646a4151e86ef4ea0321d4ef.1702369869.git.sean@mess.org |
---|---|
State | Superseded |
Headers | show |
Series | Improve pwm-ir-tx precision | expand |
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>
No mutex is used in this driver. Signed-off-by: Sean Young <sean@mess.org> --- drivers/pwm/pwm-renesas-tpu.c | 1 - 1 file changed, 1 deletion(-)