Re: [PATCH] ide: fixed section mismatch warning in cmd640.c

From: David Miller
Date: Thu Jan 28 2010 - 09:06:08 EST


From: Chris Frey <cdfrey@xxxxxxxxxxxxxx>
Date: Tue, 26 Jan 2010 17:10:56 -0500

> Signed-off-by: Chris Frey <cdfrey@xxxxxxxxxxxxxx>

Applied.

In the future please CC: linux-ide@xxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/