From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id B9A27DDEE0 for ; Tue, 31 Jul 2007 05:48:31 +1000 (EST) Message-ID: <46AE4089.5060602@garzik.org> Date: Mon, 30 Jul 2007 15:48:25 -0400 From: Jeff Garzik MIME-Version: 1.0 To: Kumar Gala Subject: Re: [PATCH] gfar: Fix modpost warning References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: netdev@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kumar Gala wrote: > Fix the following modpost warning: > > WARNING: vmlinux.o(.init.text+0x1aa6c): Section mismatch: reference to .exit.text:gfar_mdio_exit (between 'gfar_init' and 'gfar_mdio_init') > > Signed-off-by: Kumar Gala > --- > drivers/net/gianfar_mii.c | 2 +- > drivers/net/gianfar_mii.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) applied