Re: [PATCH] isdn: fix section mismatch warnings in isdn/hisax

From: Alexey Dobriyan
Date: Sun Oct 26 2008 - 16:42:50 EST


On Sun, Oct 26, 2008 at 09:25:25PM +0100, Vlada Peric wrote:
> -static int HiSax_inithardware(int *busy_flag)
> +static int __devinit HiSax_inithardware(int *busy_flag)

> -int hisax_init_pcmcia(void *pcm_iob, int *busy_flag, struct IsdnCard *card)
> +int __devinit hisax_init_pcmcia(void *pcm_iob, int *busy_flag, struct

Let's remove __devinit, not spread it.

Alexey, who honestly tried to fix all section mismatches
on fatconfig and miserably failed because after ISDN
part took like 90% of resulting patch and the question
whether root annotations are correct in the first place
became louder and louder.
--
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/