Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756283Ab0A1OGB (ORCPT ); Thu, 28 Jan 2010 09:06:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756249Ab0A1OGA (ORCPT ); Thu, 28 Jan 2010 09:06:00 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:39345 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753027Ab0A1OGA (ORCPT ); Thu, 28 Jan 2010 09:06:00 -0500 Date: Thu, 28 Jan 2010 06:06:12 -0800 (PST) Message-Id: <20100128.060612.147277319.davem@davemloft.net> To: cdfrey@foursquare.net Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ide: fixed section mismatch warning in cmd640.c From: David Miller In-Reply-To: <20100126221056.GA19192@foursquare.net> References: <20100126221056.GA19192@foursquare.net> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1059 Lines: 37 From: Chris Frey Date: Tue, 26 Jan 2010 17:10:56 -0500 > Signed-off-by: Chris Frey Applied. In the future please CC: linux-ide@vger.kernel.org on all IDE patches. Thanks. > --- > drivers/ide/cmd640.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/ide/cmd640.c b/drivers/ide/cmd640.c > index 1a32d62..cb11938 100644 > --- a/drivers/ide/cmd640.c > +++ b/drivers/ide/cmd640.c > @@ -605,7 +605,7 @@ static void cmd640_set_pio_mode(ide_drive_t *drive, const u8 pio) > } > #endif /* CONFIG_BLK_DEV_CMD640_ENHANCED */ > > -static void cmd640_init_dev(ide_drive_t *drive) > +static void __init cmd640_init_dev(ide_drive_t *drive) > { > unsigned int i = drive->hwif->channel * 2 + (drive->dn & 1); > > -- > 1.6.2.5 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/