Re: [PATCH] sound/ buildcheck fixes

From: Takashi Iwai
Date: Mon Aug 15 2005 - 05:54:25 EST


At Sun, 14 Aug 2005 20:23:14 -0400,
Gabriel Devenyi wrote:
>
> This applies to linus' current git tree and fixes the following "make buildcheck" errors.

Hmm, I don't think all of the patch is correct. Most of replacements
__init -> __devinit looks invalid to me, e.g.

> diff --git a/sound/arm/aaci.c b/sound/arm/aaci.c
> --- a/sound/arm/aaci.c
> +++ b/sound/arm/aaci.c
> @@ -951,7 +951,7 @@ static struct amba_driver aaci_driver =
> .id_table = aaci_ids,
> };
>
> -static int __init aaci_init(void)
> +static int __devinit aaci_init(void)
> {
> return amba_driver_register(&aaci_driver);
> }


Takashi
-
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/