From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xTPGD1n59zDr44 for ; Fri, 11 Aug 2017 22:20:04 +1000 (AEST) In-Reply-To: <1502192654-1167-1-git-send-email-mpe@ellerman.id.au> To: Michael Ellerman , linuxppc-dev@ozlabs.org From: Michael Ellerman Subject: Re: powerpc/xive: Fix section mismatch warnings Message-Id: <3xTPGC07Qzz9t36@ozlabs.org> Date: Fri, 11 Aug 2017 22:20:02 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2017-08-08 at 11:44:14 UTC, Michael Ellerman wrote: > Both xive_core_init() and xive_native_init() are called from and call > __init routines, so they should also be __init. > > Signed-off-by: Michael Ellerman Applied to powerpc next. https://git.kernel.org/powerpc/c/df4c7983189491302a6000b2dcb14d cheers