mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
30 lines
910 B
Diff
30 lines
910 B
Diff
|
From 9080065995270678611e4d7ca2a2cf957bc81754 Mon Sep 17 00:00:00 2001
|
||
|
From: Sean Young <sean@mess.org>
|
||
|
Date: Tue, 19 Dec 2023 16:30:26 +0000
|
||
|
Subject: [PATCH 0939/1085] pwm: renesas: Remove unused include
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
commit 752193da3f8b0aa819a27fc741d46ab046be315e upstream.
|
||
|
|
||
|
No mutex is used in this driver.
|
||
|
|
||
|
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
|
||
|
Signed-off-by: Sean Young <sean@mess.org>
|
||
|
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
|
||
|
---
|
||
|
drivers/pwm/pwm-renesas-tpu.c | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
--- 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>
|