1
0
Files
linux/drivers
Sam Ravnborg 054b0e2b2d [ISDN]: fix section mismatch warning in enpci_card_msg
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@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-02-07 18:20:29 -08:00
..
2008-02-07 04:24:01 -05:00
2008-02-05 09:44:23 -08:00
2008-02-06 10:41:15 -08:00
2008-02-07 09:47:00 +00:00
2008-02-05 09:44:13 -08:00
2008-02-07 10:10:28 +00:00
2008-02-04 23:50:03 +11:00
2008-02-03 17:21:01 +02:00
2008-02-07 08:42:23 -08:00
2008-02-07 10:20:31 -08:00
2008-02-06 10:41:01 -08:00
2008-02-06 10:41:08 -08:00
2008-02-03 17:30:25 +02:00
2008-02-01 23:12:19 -05:00
2008-02-06 10:41:07 -08:00