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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 110C0C3DA4A for ; Thu, 8 Aug 2024 10:47:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:CC:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=WxP0cieu8jSFxPs7H85p6qun5NZTEmwTciJNLXZ3tnc=; b=Jr9zUUOwgFhT15X/9Jjs/i4O0e uYnllmSvyKNqv+BnywU+lBjJoy0I7XYay+tByiom8qPoF57Y+4t44e/FngADRBbJGRRtpsImvBOAv XuiVN+v0hRU5S9ikQI8XkbFn53y84x3Qv5+xgHKSXoKVdSFSVWKrpTA0Jhh9UsQAJHbKgC447mgB3 7H28Lz2KRVBNaYgecoCS8PckUxaSnY2bA81NlhvGTt9D+T1+6bROJP8Sws2TIXlNBgz80yvOZOHBY GqtpP8rucPs0i0m9L8fvgMNq2EZg94yjKHp+0kzg+koWyZ0Zbb7gaRAJ/+N1o9SwA2vOvY8fSiBjt NZXuW/2Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sc0fb-00000007xLX-2ZT7; Thu, 08 Aug 2024 10:46:59 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sc0f2-00000007xEW-3J7V for linux-arm-kernel@lists.infradead.org; Thu, 08 Aug 2024 10:46:26 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 478AkFR8123830; Thu, 8 Aug 2024 05:46:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1723113975; bh=WxP0cieu8jSFxPs7H85p6qun5NZTEmwTciJNLXZ3tnc=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=wutMQ/7peDtqs6x5XpG3m2RP3oeRyW90es5tC/KyRoCF6Z6nvxS/KM0VIH9wupDxi /dwdNkk2qqRABKfNn3pvA71jeEHnOhGst2aAfxKS5LWxAqBEwJt87S0KIU7BCW75G8 tfKFLfhkX8A1Ay8yA7OSl5rGvhqUQz7qbSVmaLE0= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 478AkF3t005718 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 8 Aug 2024 05:46:15 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 8 Aug 2024 05:46:15 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 8 Aug 2024 05:46:15 -0500 Received: from localhost (lcpd911.dhcp.ti.com [172.24.227.68]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 478AkEDe054743; Thu, 8 Aug 2024 05:46:15 -0500 Date: Thu, 8 Aug 2024 16:16:14 +0530 From: Dhruva Gole To: Kevin Hilman CC: "Rob Herring (Arm)" , "Rafael J. Wysocki" , Viresh Kumar , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Nishanth Menon , Stephen Boyd , , , , , Subject: Re: [PATCH 2/6] cpufreq: omap: Drop asm includes Message-ID: <20240808104614.v5smqbtyretivfkf@lcpd911> References: <20240806-dt-api-cleanups-v1-0-459e2c840e7d@kernel.org> <20240806-dt-api-cleanups-v1-2-459e2c840e7d@kernel.org> <7h1q313alv.fsf@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <7h1q313alv.fsf@baylibre.com> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240808_034624_953747_D2348D70 X-CRM114-Status: GOOD ( 15.90 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Aug 06, 2024 at 09:00:12 -0700, Kevin Hilman wrote: > "Rob Herring (Arm)" writes: > > > The omap driver doesn't actually need asm/smp_plat.h, so drop it. > > asm/cpu.h is not needed either as linux/cpu.h is already included. > > > > Signed-off-by: Rob Herring (Arm) > > Acked-by: Kevin Hilman Reviewed-by: Dhruva Gole > > > --- > > drivers/cpufreq/omap-cpufreq.c | 3 --- > > 1 file changed, 3 deletions(-) > > > > diff --git a/drivers/cpufreq/omap-cpufreq.c b/drivers/cpufreq/omap-cpufreq.c > > index 3458d5cc9b7f..de8be0a8932d 100644 > > --- a/drivers/cpufreq/omap-cpufreq.c > > +++ b/drivers/cpufreq/omap-cpufreq.c > > @@ -28,9 +28,6 @@ > > #include > > #include > > > > -#include > > -#include > > - > > /* OPP tolerance in percentage */ > > #define OPP_TOLERANCE 4 > > > > > > -- > > 2.43.0 > -- Best regards, Dhruva