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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 001F6C433F5 for ; Fri, 1 Oct 2021 07:13:41 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C189B61246 for ; Fri, 1 Oct 2021 07:13:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C189B61246 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=w4BsGsARZ/h3wADkjJWr9411NQF21cMQBc/xap/WPsQ=; b=FMrHuP3/hlE9PA u2ZuGgSg/5X5UFAcn9cH6BoN1ii92iATOfqSWU3uiXTIIGh517wcd1G7pMuLbgTQYHMRUru+iU2vi XH82DROaP+0hZUTDk2ft13FkCa8Xp4udFokTQSLm8bl9giYfLrWTIokfyC6DDAR/bOpcuyIwV4Jcr GHTsIIoY67t48aO01JWLFFyD5Qjvx1c5ggsPgsVZAwYEwuiPUPaIj92qkTfahfMkdABj1U5nF18Uo 3OjIZfJpT9eECQa1CrQoW5DZMrQOLmRNK0HBCaRRrwdMsfb0MAAAovyZamp+yLIHrEjUgetb4DDJm dzX6Z/Y165XavKMP955g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWCi1-00GtB8-FU; Fri, 01 Oct 2021 07:11:53 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWChx-00GtAP-Pv; Fri, 01 Oct 2021 07:11:51 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3E51660551; Fri, 1 Oct 2021 07:11:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633072309; bh=Dk//hmxp9Ghg4gE573FRig1vcCvDqI1nQn4FlLIiFbo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qUWh1K7x5bY3xzjS/0A2kmVydSHY149JySt6VscptraAh4vDUYX0lFmT5a/A5yzCU jrUZKFhZe1+UjIuS7eh2B1627bgisJMcHgmkOmLb7FQIGLdnTJdIjErmsgT2TlAENo Ougdm9W//e0qWEaJiMVAQOcja0d/ch4rp5qg2bPDbLtB3M+wAAr8pj9uX86unK7og7 u6R9Njh6LbD0N28fKiLe1cyuD7MWgKIO7Nlk/zUBh9eFgkQ67l/G7c2twD1KQf8fDR E6lqCRhqWwm9JpxUsG2LIJA9r5uxNcWvK4b2gRJtATObNJc79VUkuwoPN90YX0V1FC iNuyH0bHTVXBA== Date: Fri, 1 Oct 2021 12:41:42 +0530 From: Manivannan Sadhasivam To: Mianhan Liu Cc: Michael Turquette , Stephen Boyd , Andreas =?iso-8859-1?Q?F=E4rber?= , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-actions@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] clk/actions/owl-factor.c: remove superfluous headers Message-ID: <20211001071142.GA5821@thinkpad> References: <20210929065824.23691-1-liumh1@shanghaitech.edu.cn> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210929065824.23691-1-liumh1@shanghaitech.edu.cn> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211001_001149_903873_BCCD8288 X-CRM114-Status: GOOD ( 13.81 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Sep 29, 2021 at 02:58:24PM +0800, Mianhan Liu wrote: > owl-factor.c hasn't use any macro or function declared in linux/slab.h. > Thus, these files can be removed from owl-factor.c safely without > affecting the compilation of the ./drivers/clk module > > Signed-off-by: Mianhan Liu Reviewed-by: Manivannan Sadhasivam Thanks, Mani > > --- > drivers/clk/actions/owl-factor.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/clk/actions/owl-factor.c b/drivers/clk/actions/owl-factor.c > index f15e2621f..64f316cf7 100644 > --- a/drivers/clk/actions/owl-factor.c > +++ b/drivers/clk/actions/owl-factor.c > @@ -10,7 +10,6 @@ > > #include > #include > -#include > > #include "owl-factor.h" > > -- > 2.25.1 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel