From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Ball Subject: Re: [PATCH 1/5] mmc: dw-mmc: fixed the section mismatch in reference Date: Mon, 27 Aug 2012 19:10:11 -0400 Message-ID: <87pq6cx770.fsf@octavius.laptop.org> References: <503614A4.2070801@samsung.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from void.printf.net ([89.145.121.20]:60916 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754859Ab2H0XKT (ORCPT ); Mon, 27 Aug 2012 19:10:19 -0400 In-Reply-To: (Will Newton's message of "Thu, 23 Aug 2012 13:13:09 +0100") Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Will Newton Cc: Jaehoon Chung , linux-mmc , Kyungmin Park , Will Newton , James Hogan Hi, On Thu, Aug 23 2012, Will Newton wrote: > On Thu, Aug 23, 2012 at 12:31 PM, Jaehoon Chung wrote: >> Fixed the below message. >> >> WARNING: drivers/mmc/host/built-in.o(.text+0x5ee8): Section mismatch >> in reference from the function dw_mci_probe() to the function >> .init.text:dw_mci_init_slot() >> The function dw_mci_probe() references >> the function __init dw_mci_init_slot(). >> This is often because dw_mci_probe lacks a __init >> annotation or the annotation of dw_mci_init_slot is wrong >> >> Signed-off-by: Jaehoon Chung >> Signed-off-by: Kyungmin Park >> --- >> drivers/mmc/host/dw_mmc-pltfm.c | 4 ++-- >> drivers/mmc/host/dw_mmc.c | 2 +- >> 2 files changed, 3 insertions(+), 3 deletions(-) > > Acked-by: Will Newton Thanks, pushed to mmc-next for 3.7. - Chris. -- Chris Ball One Laptop Per Child