Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp2469121pxb; Mon, 19 Apr 2021 06:31:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxiQJOqye/CVf9xpCJ2rQTGgXtBnd6kpgZXXB/lKJo97p0vyagdvUMDL/doF7KOHUyA3jAR X-Received: by 2002:a5d:4405:: with SMTP id z5mr14906381wrq.313.1618839084648; Mon, 19 Apr 2021 06:31:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618839084; cv=none; d=google.com; s=arc-20160816; b=O8R8OYu2ZKV/DVB07KFMih4+llWYlKBzzrfbd+LQGtczzbkQV/zOUBb2KidINKTkSb oSM33p1M+7zIJxuY2vOaA+tdRDSJXOC8VhE+MiamNTkRFiDzbNlawpniobomntjRNaZq AuYSF9MQvvcAu8z5Td+ebIlQnNSJO1SNfEh9fA/xidFMNxAAj3rRQ9b/Vy3CZiveHHxa ymqlmavkmGBu9F9deILqNvSBPekEic/ql9Yh3/+IAjR3GaSI8LAvtZUkTp/zK8sp0Hix nKsx4a34Q+ISf2MsP04yqqNAZvqyVPk8pQy+CSQTVcWcgB88RQ+ytDhYh4JPWE4MhjYk jkKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=rUyn6V8LsFpoQwXyVkS7oI57lbRIJxXqv2r1+fhZAlo=; b=et3lho3VqMfXKw/Whfx4Co9sVNhJ1tWTk5UWjXAgGOykKPyKtGlTQH/gwjTBOXezB7 JNK9ce4disRzk0Dvah7a+bx9fB1MpJrtNGBrEGQRc6dI1IFeUJhyPHJhFjriCCHva7r3 rAB8xcyv4T23fS6gQWf+FSnCN3AqHkhEvm5WhdDxIMDOGXgThyBuCBOPOhInXIoNlnFI MSSPeLRHG9fONgBDoOJVPdgcyfd7Sq8E5GhrrC1KrqCo1L7uX6fKM7HL4G59AFX6hUdi WUgcE6somZSzxolu0dNcGyPpo34XS4pv5U31kQ4iXLDGMGar0+6l2sZfFTDQCMNvx/Bj 2Q+g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=upPrjuck; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v20si12330857ejf.461.2021.04.19.06.30.55; Mon, 19 Apr 2021 06:31:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=upPrjuck; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242449AbhDSN3Q (ORCPT + 99 others); Mon, 19 Apr 2021 09:29:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:55434 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241473AbhDSNUj (ORCPT ); Mon, 19 Apr 2021 09:20:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E0C5E61408; Mon, 19 Apr 2021 13:16:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1618838218; bh=IUudeNzLjiu55I1f2gUgqTTfVAgi+VGRktbxudd8noU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=upPrjucknFvXhtvi7ZUKwX3Kb9hkX5FHKQZGQLBLD10KiOvsFbkKPdC9T2Z/qenEn koeTiCjY0lrt+zFzCBAunHi3mTR939tAfU2RptYY7asS4r49qZPjnYLsmbMWNbApXh 5MIsfooJ7JIblumSnRvj2PA19y6nVmaKlskBc6zc= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, kernel test robot , Tony Lindgren , Sasha Levin Subject: [PATCH 5.10 086/103] ARM: OMAP2+: Fix warning for omap_init_time_of() Date: Mon, 19 Apr 2021 15:06:37 +0200 Message-Id: <20210419130530.755167357@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210419130527.791982064@linuxfoundation.org> References: <20210419130527.791982064@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Tony Lindgren [ Upstream commit a3efe3f6d0eb64363f74af4b0e8ba6d19415cef2 ] Fix warning: no previous prototype for 'omap_init_time_of'. Fixes: e69b4e1a7577 ("ARM: OMAP2+: Add omap_init_time_of()") Reported-by: kernel test robot Signed-off-by: Tony Lindgren Signed-off-by: Sasha Levin --- arch/arm/mach-omap2/board-generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c index 7290f033fd2d..1610c567a6a3 100644 --- a/arch/arm/mach-omap2/board-generic.c +++ b/arch/arm/mach-omap2/board-generic.c @@ -33,7 +33,7 @@ static void __init __maybe_unused omap_generic_init(void) } /* Clocks are needed early, see drivers/clocksource for the rest */ -void __init __maybe_unused omap_init_time_of(void) +static void __init __maybe_unused omap_init_time_of(void) { omap_clk_init(); timer_probe(); -- 2.30.2