From patchwork Tue Aug 6 13:58:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 13754926 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 09CCEC3DA64 for ; Tue, 6 Aug 2024 14:00:26 +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:Cc:To:In-Reply-To:References :Message-Id:Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:Date: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Zbwgtncmi492pXJDEuLJLwep0XnTcQys0uz9JmUj0gQ=; b=sQ79sLIu3kurIoqhKbJsO61wus aHIufwswszDrz06Z0ZE7ATrhrYMjGoyh1vHfWJGtWneS83HY/npUSTq/oY1tw/yp4hsEUqh/me1r4 rAX02mjN9wN89eex3B5EdEwGs3HbmjFDgqgQFRrqxhtnmfyQ+D+jZycgICtNAsPeKCZq39MKDWrO/ FOMgIT36JR1xwbA2dOHoEC20CowIIX7Q/B6/yPbGpcKuutApZDc00KpjwgRW6PQ5+fAecunrBT1TK prGQ40QqLPq6tBwVNOOs7PJHOicrCBkZLy7lO4iCit+EOq23aXQKQmCHHhd6yQKsUDyK9yQ14UIYq ZglhZVQQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbKjR-00000001tPO-1amp; Tue, 06 Aug 2024 14:00:09 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbKhw-00000001sx4-2wr0 for linux-arm-kernel@lists.infradead.org; Tue, 06 Aug 2024 13:58:38 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 39D4E60FCF; Tue, 6 Aug 2024 13:58:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0705C4AF11; Tue, 6 Aug 2024 13:58:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1722952716; bh=O6glnD5wiXE98gLVRHUvmVB4RVvcHr0FDiaVdLjF2KY=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=av06cCPXNd155wv3Dvm0kSw7gTCjsITJkQX/nsGcdomek8+59kQHT7GpPHxxpiaDQ JqoOTWzROUPqSw5DkvvjiNiC4wEZf5h2zzIbUyALL63Us5ll5RBU/GykKsDgKOpgvD 9sUW88m2daFuDyiz+ltZ4oCgbd/CmpAAiVxpIIHzdy3xdJ7GGzfg+jJfAODou/hGiI 2XdQ9G7sS89kPK4Ygy0CnrOQAjdzI1MxM7qAc7eGzbKyNh5qDk0gyYN7lmq/JbFf09 oqsCuCIv5I2fRFoLMjvJaMC8JevL5TSPyEBpymz8EMB/TRRb3MTsxc0hzRzJlOnBlr IKcIZ2qAKCuoQ== From: "Rob Herring (Arm)" Date: Tue, 06 Aug 2024 07:58:23 -0600 Subject: [PATCH 2/6] cpufreq: omap: Drop asm includes MIME-Version: 1.0 Message-Id: <20240806-dt-api-cleanups-v1-2-459e2c840e7d@kernel.org> References: <20240806-dt-api-cleanups-v1-0-459e2c840e7d@kernel.org> In-Reply-To: <20240806-dt-api-cleanups-v1-0-459e2c840e7d@kernel.org> To: "Rafael J. Wysocki" , Viresh Kumar , Kevin Hilman , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Nishanth Menon , Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-Mailer: b4 0.15-dev X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240806_065836_822053_03AD1808 X-CRM114-Status: UNSURE ( 7.58 ) X-CRM114-Notice: Please train this message. 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 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