public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: Vasil Kolev <lnxkrnl@mail.ludost.net>
Cc: linux-kernel@vger.kernel.org, sten_wang@davicom.com.tw,
	jgarzik@mandrakesoft.com
Subject: Re: [2.4.17] net/network.o(.text.lock+0x1a88): undefined reference to `local symbols...
Date: Sun, 23 Dec 2001 22:28:19 +1100	[thread overview]
Message-ID: <23624.1009106899@ocs3.intra.ocs.com.au> (raw)
In-Reply-To: Your message of "Sun, 23 Dec 2001 12:27:50 +0200." <Pine.LNX.4.33.0112231226260.1032-100000@doom.bastun.net>

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.


  parent reply	other threads:[~2001-12-23 11:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-23 10:27 [2.4.17] net/network.o(.text.lock+0x1a88): undefined reference to `local symbols Vasil Kolev
2001-12-23 11:11 ` Tobias Ringstrom
2001-12-23 11:31   ` Dave Jones
2001-12-23 11:28 ` Keith Owens [this message]
2001-12-23 11:37   ` Dan Chen
  -- strict thread matches above, loose matches on Subject: below --
2001-12-23  3:22 Norbert Veber
2001-12-23  5:18 ` Keith Owens
2001-12-23  8:26   ` Norbert Veber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=23624.1009106899@ocs3.intra.ocs.com.au \
    --to=kaos@ocs.com.au \
    --cc=jgarzik@mandrakesoft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lnxkrnl@mail.ludost.net \
    --cc=sten_wang@davicom.com.tw \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox