forked from Openwrt/openwrt
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
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>
|