From: Sam Ravnborg <[EMAIL PROTECTED]>
Date: Fri,  8 Feb 2008 21:00:04 +0100

> Fix the following warning:
> WARNING: drivers/isdn/hisax/built-in.o(.text+0x35818): Section mismatch in 
> reference from the function hfcsx_card_msg() to the function 
> .devinit.text:inithfcsx()
> 
> hfcsx_card_msg() may be called outside __devinit context.
> Following the program logic is looks like the CARD_INIT branch
> will only be taken under __devinit context but to be consistent
> remove the __devinit annotation of inithfcsx() so we
> do not mix non-__devinit and __devinit code.
> 
> Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
> Acked-by: Karsten Keil <[EMAIL PROTECTED]>
> Cc: Jeff Garzik <[EMAIL PROTECTED]>
> Cc: David Miller <[EMAIL PROTECTED]>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to