Re: [2.4.17] net/network.o(.text.lock+0x1a88): undefined reference to `local symbols...

From: Keith Owens (kaos@ocs.com.au)
Date: Sun Dec 23 2001 - 06:28:19 EST


On Sun, 23 Dec 2001 12:27:50 +0200 (EET),
Vasil Kolev <lnxkrnl@mail.ludost.net> wrote:
># ./reference_discarded.pl
>Finding objects, 538 objects, ignoring 0 module(s)
>Finding conglomerates, ignoring 48 conglomerate(s)
>Scanning objects
>Error: ./drivers/net/dmfe.o .data refers to 00000514 R_386_32
>.text.exit
>Done

AFAICT dmfe.c is hotplug aware, it has the required probe and remove
pci_driver functions. But dmfe_remove_one is defined as __exit instead
of __devexit, it should probably be changed to __devexit and change
        remove: dmfe_remove_one
to
        remove: __devexit_p(dmfe_remove_one)

The dmfe maintainer and/or Jeff Garzik needs to decide.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Dec 23 2001 - 21:00:29 EST