From 8ab1fc9104158045f68fde2d0ae16f5fbcf8bfbd Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Fri, 20 Mar 2026 23:06:44 +0100 Subject: [PATCH] pwm: jz4740: Drop unused include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This driver includes the legacy header but does not use any symbols from it. Drop the inclusion. Signed-off-by: Andy Shevchenko Acked-by: Paul Cercueil Link: https://patch.msgid.link/20260320220644.3237290-1-andriy.shevchenko@linux.intel.com Signed-off-by: Uwe Kleine-König --- drivers/pwm/pwm-jz4740.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pwm/pwm-jz4740.c b/drivers/pwm/pwm-jz4740.c index 6bdb01619380f..e0b5966fc7fea 100644 --- a/drivers/pwm/pwm-jz4740.c +++ b/drivers/pwm/pwm-jz4740.c @@ -10,7 +10,6 @@ #include #include -#include #include #include #include -- 2.47.3