Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752684AbdFTXe2 (ORCPT ); Tue, 20 Jun 2017 19:34:28 -0400 Received: from ozlabs.org ([103.22.144.67]:46863 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752428AbdFTXe0 (ORCPT ); Tue, 20 Jun 2017 19:34:26 -0400 Date: Wed, 21 Jun 2017 09:34:23 +1000 From: Stephen Rothwell To: Mike Turquette , Stephen Boyd Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Sandeep Tripathy , Anup Patel , Ray Jui , Scott Branden Subject: linux-next: build warnings after merge of the clk tree Message-ID: <20170621093423.695ba952@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 10703 Lines: 180 Hi all, After merging the clk tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: WARNING: drivers/clk/bcm/built-in.o(.text+0x4022): Section mismatch in reference from the function sr_genpll3_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll3_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll3_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/bcm/built-in.o(.text+0x4069): Section mismatch in reference from the function sr_lcpll_pcie_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll_pcie_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll_pcie_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/bcm/built-in.o(.text+0x40b9): Section mismatch in reference from the function sr_lcpll1_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll1_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll1_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/bcm/built-in.o(.text+0x4109): Section mismatch in reference from the function sr_lcpll0_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll0_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll0_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/bcm/built-in.o(.text+0x4159): Section mismatch in reference from the function sr_genpll5_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll5_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll5_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/bcm/built-in.o(.text+0x41a9): Section mismatch in reference from the function sr_genpll4_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll4_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll4_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/bcm/built-in.o(.text+0x41f9): Section mismatch in reference from the function sr_genpll0_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll0_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll0_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/built-in.o(.text+0x14bf2): Section mismatch in reference from the function sr_genpll3_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll3_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll3_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/built-in.o(.text+0x14c39): Section mismatch in reference from the function sr_lcpll_pcie_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll_pcie_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll_pcie_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/built-in.o(.text+0x14c89): Section mismatch in reference from the function sr_lcpll1_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll1_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll1_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/built-in.o(.text+0x14cd9): Section mismatch in reference from the function sr_lcpll0_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll0_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll0_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/built-in.o(.text+0x14d29): Section mismatch in reference from the function sr_genpll5_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll5_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll5_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/built-in.o(.text+0x14d79): Section mismatch in reference from the function sr_genpll4_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll4_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll4_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/clk/built-in.o(.text+0x14dc9): Section mismatch in reference from the function sr_genpll0_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll0_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll0_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/built-in.o(.text+0x13e3a2): Section mismatch in reference from the function sr_genpll3_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll3_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll3_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/built-in.o(.text+0x13e3e9): Section mismatch in reference from the function sr_lcpll_pcie_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll_pcie_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll_pcie_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/built-in.o(.text+0x13e439): Section mismatch in reference from the function sr_lcpll1_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll1_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll1_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/built-in.o(.text+0x13e489): Section mismatch in reference from the function sr_lcpll0_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll0_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll0_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/built-in.o(.text+0x13e4d9): Section mismatch in reference from the function sr_genpll5_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll5_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll5_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/built-in.o(.text+0x13e529): Section mismatch in reference from the function sr_genpll4_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll4_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll4_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: drivers/built-in.o(.text+0x13e579): Section mismatch in reference from the function sr_genpll0_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll0_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll0_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: vmlinux.o(.text+0x819132): Section mismatch in reference from the function sr_genpll3_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll3_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll3_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: vmlinux.o(.text+0x819179): Section mismatch in reference from the function sr_lcpll_pcie_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll_pcie_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll_pcie_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: vmlinux.o(.text+0x8191c9): Section mismatch in reference from the function sr_lcpll1_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll1_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll1_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: vmlinux.o(.text+0x819219): Section mismatch in reference from the function sr_lcpll0_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_lcpll0_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_lcpll0_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: vmlinux.o(.text+0x819269): Section mismatch in reference from the function sr_genpll5_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll5_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll5_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: vmlinux.o(.text+0x8192b9): Section mismatch in reference from the function sr_genpll4_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll4_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll4_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. WARNING: vmlinux.o(.text+0x819309): Section mismatch in reference from the function sr_genpll0_clk_init() to the function .init.text:iproc_pll_clk_setup() The function sr_genpll0_clk_init() references the function __init iproc_pll_clk_setup(). This is often because sr_genpll0_clk_init lacks a __init annotation or the annotation of iproc_pll_clk_setup is wrong. Introduced by commit 654cdd3229cd ("clk: bcm: Add clocks for Stingray SOC") -- Cheers, Stephen Rothwell