From patchwork Tue Sep 20 13:01:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: cuigaosheng X-Patchwork-Id: 12982143 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 CF053ECAAD8 for ; Tue, 20 Sep 2022 13:03:55 +0000 (UTC) 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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=yhOLpTx3nGSfVglytZ1Oyng/lzTe7+bvtUKQxDHuZUU=; b=K5SYI+kGNtQz9V Z2nNJGSgGDyzonYw6StInaB5CyNpyOMr40OdDrFfEQq1bl+XP+9TAwD0gP+b5Q0gHgsMDvE+y8mdn 6VNDmhrDapRtd5z0TYkq4JP/A1TOL+QIsZkY2Nad4f7+DTZGU8g+wyAJO8pY+iPeZBnpHtPmDdgyG JWhVnkeBwZPCn00Kc8G0c/p1TzJ2Vh2p1WwAr3AuE1CmebeGBH4AzpbySw8bS+nE95+cPBQ10f7Kc KyhWCwujZZdZAyPXpp44w2fwT4lOp+FuILM5oRoSks0ZFR8ufq34g8/s/FUy4JeE/xsr3vLztUkKm S9+5NRvsBkRvXRrGJWGg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oactl-003v45-CU; Tue, 20 Sep 2022 13:02:49 +0000 Received: from szxga02-in.huawei.com ([45.249.212.188]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oacsI-003uYd-0i for linux-arm-kernel@lists.infradead.org; Tue, 20 Sep 2022 13:01:21 +0000 Received: from kwepemi500012.china.huawei.com (unknown [172.30.72.53]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4MX1lx4xBYzmVdl; Tue, 20 Sep 2022 20:57:17 +0800 (CST) Received: from cgs.huawei.com (10.244.148.83) by kwepemi500012.china.huawei.com (7.221.188.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 20 Sep 2022 21:01:11 +0800 From: Gaosheng Cui To: , , , , , , , CC: , Subject: [PATCH 2/3] ARM: OMAP2+: clock: Remove orphan declarations from arch/arm/mach-omap2/clock.h Date: Tue, 20 Sep 2022 21:01:09 +0800 Message-ID: <20220920130110.1104272-3-cuigaosheng1@huawei.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220920130110.1104272-1-cuigaosheng1@huawei.com> References: <20220920130110.1104272-1-cuigaosheng1@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.244.148.83] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemi500012.china.huawei.com (7.221.188.12) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220920_060118_305670_74D4907D X-CRM114-Status: UNSURE ( 7.27 ) 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 clkops_omap2_dflt and clkops_omap2_dflt_wait have been removed since commit f9ae32a74f02 ("ARM: OMAP2+: clock: Cleanup !CONFIG_COMMON_CLK parts"), so remove them. Signed-off-by: Gaosheng Cui --- arch/arm/mach-omap2/clock.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index bbe4b32891bb..46c4e35e568f 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h @@ -65,9 +65,6 @@ extern struct ti_clk_ll_ops omap_clk_ll_ops; extern u16 cpu_mask; -extern const struct clkops clkops_omap2_dflt_wait; -extern const struct clkops clkops_omap2_dflt; - extern struct clk_functions omap2_clk_functions; int __init omap2_clk_setup_ll_ops(void);