[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080207.182040.196977279.davem@davemloft.net>
Date: Thu, 07 Feb 2008 18:20:40 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: sam@...nborg.org
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
isdn4linux@...tserv.isdn4linux.de, kkeil@...e.de, jgarzik@...ox.com
Subject: Re: [PATCH] isdn: fix section mismatch warning in enpci_card_msg
From: Sam Ravnborg <sam@...nborg.org>
Date: Fri, 1 Feb 2008 14:42:42 +0100
> Fix following warnings:
> WARNING: drivers/isdn/hisax/built-in.o(.text+0x3cf50): Section mismatch in reference from the function enpci_card_msg() to the function .devinit.text:Amd7930_init()
> WARNING: drivers/isdn/hisax/built-in.o(.text+0x3cf85): Section mismatch in reference from the function enpci_card_msg() to the function .devinit.text:Amd7930_init()
>
> enpci_card_msg() can be called outside __devinit context
> referenced function should not be annotated __devinit.
>
> Remove annotation of Amd7930_init to fix this.
>
> Signed-off-by: Sam Ravnborg <sam@...nborg.org>
Applied, thanks.
--
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