diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-02-10 08:27:41 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-10 08:27:41 +0100 |
commit | 7740ac6a7cf8158e828b4cbd4fc5226e53b5d9a2 (patch) | |
tree | c77b14a59212ed6bd815d38a003f2f73f52a96c1 /drivers/isdn/hisax/isdnl2.c | |
parent | [PKT_SCHED] ematch: tcf_em_destroy robustness (diff) | |
download | linux-7740ac6a7cf8158e828b4cbd4fc5226e53b5d9a2.tar.xz linux-7740ac6a7cf8158e828b4cbd4fc5226e53b5d9a2.zip |
isdn: fix section mismatch warning in hfc_sx.c
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 <sam@ravnborg.org>
Acked-by: Karsten Keil <kkeil@suse.de>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/hisax/isdnl2.c')
0 files changed, 0 insertions, 0 deletions