From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5ADFDC433F5 for ; Thu, 9 Sep 2021 08:58:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3FBDA610A3 for ; Thu, 9 Sep 2021 08:58:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231906AbhIII7K (ORCPT ); Thu, 9 Sep 2021 04:59:10 -0400 Received: from mslow1.mail.gandi.net ([217.70.178.240]:45081 "EHLO mslow1.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231848AbhIII7K (ORCPT ); Thu, 9 Sep 2021 04:59:10 -0400 Received: from relay6-d.mail.gandi.net (unknown [217.70.183.198]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 6BD8FD182C for ; Thu, 9 Sep 2021 08:53:54 +0000 (UTC) Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 148CDC0013; Thu, 9 Sep 2021 08:52:52 +0000 (UTC) Date: Thu, 9 Sep 2021 10:51:59 +0200 From: Alexandre Belloni To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Claudiu Beznea , Thierry Reding , Lee Jones , Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org, kernel@pengutronix.de Subject: Re: [PATCH] pwm: atmel: drop unused header Message-ID: References: <20210909080903.307314-1-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210909080903.307314-1-u.kleine-koenig@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org On 09/09/2021 10:09:03+0200, Uwe Kleine-König wrote: > Since commit 52eaba4cedbd ("pwm: atmel: Rework tracking updates pending > in hardware") the driver doesn't make use of mutexes any more, so the > header defining these doesn't need to be included. > > Signed-off-by: Uwe Kleine-König Acked-by: Alexandre Belloni > --- > drivers/pwm/pwm-atmel.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c > index e748604403cc..98b34ea9f38e 100644 > --- a/drivers/pwm/pwm-atmel.c > +++ b/drivers/pwm/pwm-atmel.c > @@ -24,7 +24,6 @@ > #include > #include > #include > -#include > #include > #include > #include > -- > 2.30.2 > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com