[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100128.060612.147277319.davem@davemloft.net>
Date: Thu, 28 Jan 2010 06:06:12 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: cdfrey@...rsquare.net
Cc: linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ide: fixed section mismatch warning in cmd640.c
From: Chris Frey <cdfrey@...rsquare.net>
Date: Tue, 26 Jan 2010 17:10:56 -0500
> Signed-off-by: Chris Frey <cdfrey@...rsquare.net>
Applied.
In the future please CC: linux-ide@...r.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists