From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754271AbcLPRLn (ORCPT ); Fri, 16 Dec 2016 12:11:43 -0500 Received: from muru.com ([72.249.23.125]:52814 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752245AbcLPRLe (ORCPT ); Fri, 16 Dec 2016 12:11:34 -0500 Date: Fri, 16 Dec 2016 09:11:30 -0800 From: Tony Lindgren To: Arnd Bergmann Cc: Javier Martinez Canillas , Peter Ujfalusi , Suman Anna , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] omap2: mark omap_init_rng as __init Message-ID: <20161216171130.GH4920@atomide.com> References: <20161216090906.2313595-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161216090906.2313595-1-arnd@arndb.de> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnd Bergmann [161216 01:10]: > I found this section mismatch when building with an older > compiler release: > > WARNING: vmlinux.o(.text+0x3051c): Section mismatch in reference from the function omap_init_rng() to the function .init.text:omap_device_build() > > Obviously this one function should be __init as well. Normally > we don't get a warning as the function gets inlined into its > caller. Acked-by: Tony Lindgren