Commit 333cefe7 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jeff Garzik

[PATCH] tulip/de2104x: don't mix __init & __devinit sections

tulip/de2104x: fix section usage, don't mix __init & __devinit:

Error: ./drivers/net/tulip/de2104x.o .text refers to 000000000000176d R_X86_64_PC32     .init.text+0xfffffffffffffffc
Error: ./drivers/net/tulip/de2104x.o .text refers to 0000000000001798 R_X86_64_PC32     .init.text+0xfffffffffffffffc
Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent dd6764f5
...@@ -1927,7 +1927,7 @@ static void __init de21041_get_srom_info (struct de_private *de) ...@@ -1927,7 +1927,7 @@ static void __init de21041_get_srom_info (struct de_private *de)
goto fill_defaults; goto fill_defaults;
} }
static int __devinit de_init_one (struct pci_dev *pdev, static int __init de_init_one (struct pci_dev *pdev,
const struct pci_device_id *ent) const struct pci_device_id *ent)
{ {
struct net_device *dev; struct net_device *dev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment