[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20081026204557.GA3295@x200.localdomain>
Date: Sun, 26 Oct 2008 23:45:57 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: Vlada Peric <vlada.peric@...il.com>
Cc: linux-kernel@...r.kernel.org, kkeil@...e.de,
kai.germaschewski@....de
Subject: Re: [PATCH] isdn: fix section mismatch warnings in isdn/hisax
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@...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