From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 401RGB18c0zDqpn for ; Wed, 14 Mar 2018 20:27:46 +1100 (AEDT) In-Reply-To: <20180214211519.15683-1-malat@debian.org> To: Mathieu Malaterre From: Michael Ellerman Cc: Laurent Vivier , Mathieu Malaterre , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v2] powerpc/via-pmu: Fix section mismatch warning Message-Id: <401RG939z2z9sD0@ozlabs.org> Date: Wed, 14 Mar 2018 20:27:45 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2018-02-14 at 21:15:18 UTC, Mathieu Malaterre wrote: > Make the struct via_pmu_driver const to avoid following warning: > > WARNING: vmlinux.o(.data+0x4739c): Section mismatch in reference from the variable via_pmu_driver to the function .init.text:pmu_init() > The variable via_pmu_driver references > the function __init pmu_init() > If the reference is valid then annotate the > variable with __init* or __refdata (see linux/init.h) or name the variable: > *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console > > Signed-off-by: Mathieu Malaterre > Suggested-by: Laurent Vivier > Reviewed-by: Laurent Vivier Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/58935176ad17976b7a7f6ea25c0ceb cheers