From nobody Sat May 11 18:18:13 2024 Delivered-To: importer2@patchew.org Received-SPF: pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; envelope-from=linux-kernel-owner@vger.kernel.org; helo=vger.kernel.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org ARC-Seal: i=1; a=rsa-sha256; t=1623014109; cv=none; d=zohomail.com; s=zohoarc; b=oK/rlf1wl7V88GcQK8VIuKGK2hUJQE0SbLlt13KIy0cOQo2J6hAH2atrQ+N8uBEJfhRiza5NK//t9y8o6ZvkbYJd72FIPeaPJ1LIHXPOsHVXsrwVT2EedLccMoJu+Y79vKP2iSBxdzu8g0vOdOewijqkkZWZyZ8sQI7zbhK4x70= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1623014109; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:MIME-Version:Message-ID:Subject:To; bh=IH7ABj2pGlQslhABDH8h34j52kjdvHIeHTlG+Tzjwec=; b=BZEepWfI1YoakeT/EetuL8U1CugcRGWNympMuMUDKQiM7yISnsRHcInIuIeoBxD/rUDJuoepbduEJUAdlMutYvitycpmMGkffYA5Jws8RmARBd3JcgPCTlDVjNIih/bN1BA1Gmzn31hEIaVTSIMzQFPsy0NdEggZGqqdBbzMtXI= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mx.zohomail.com with SMTP id 1623014109259232.47988374688578; Sun, 6 Jun 2021 14:15:09 -0700 (PDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230365AbhFFVQe (ORCPT ); Sun, 6 Jun 2021 17:16:34 -0400 Received: from ns3007574.ip-87-98-218.eu ([87.98.218.168]:40904 "EHLO ns3007574.ip-87-98-218.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229723AbhFFVQd (ORCPT ); Sun, 6 Jun 2021 17:16:33 -0400 Received: from ns3007574.ip-87-98-218.eu (localhost [127.0.0.1]) by ns3007574.ip-87-98-218.eu (8.15.2/8.15.2/Debian-18) with ESMTP id 156L5OqX2064323; Sun, 6 Jun 2021 21:05:24 GMT Received: (from alucero@localhost) by ns3007574.ip-87-98-218.eu (8.15.2/8.15.2/Submit) id 156L5IoY2064318; Sun, 6 Jun 2021 21:05:18 GMT X-Greylist: delayed 497 seconds by postgrey-1.27 at vger.kernel.org; Sun, 06 Jun 2021 17:16:32 EDT From: Alejandro Lucero Cc: alucero@os3sl.com, Tony Lindgren , Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: OMAP2+: remove duplicated prototype Date: Sun, 6 Jun 2021 21:04:22 +0000 Message-Id: <20210606210422.2064255-1-alucero@os3sl.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The am33xx_init_early prototype is defined twice. Signed-off-by: Alejandro Lucero --- arch/arm/mach-omap2/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index db446f271f5d..32f58f58515e 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -130,7 +130,6 @@ void am33xx_init_early(void); void am35xx_init_early(void); void ti814x_init_early(void); void ti816x_init_early(void); -void am33xx_init_early(void); void am43xx_init_early(void); void am43xx_init_late(void); void omap4430_init_early(void); --=20 2.25.1