From: Toni Viemero <toni.viemero@iki.fi>
To: Keith Owens <kaos@ocs.com.au>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Another .text.exit error with 2.4.19-rc1
Date: Tue, 25 Jun 2002 04:16:29 +0300 [thread overview]
Message-ID: <20020625011629.GA3415@perplex.selfdestruct.net> (raw)
In-Reply-To: <10787.1024958968@ocs3.intra.ocs.com.au>
On Tue, Jun 25, 2002 at 08:49:28AM +1000, Keith Owens wrote:
> On Tue, 25 Jun 2002 00:56:19 +0300,
> Toni Viemero <toni.viemero@iki.fi> wrote:
> >drivers/scsi/scsidrv.o(.data+0x3874): undefined reference to local symbols
> >in discarded section .text.exit'
> >aq144:/usr/src/linux# perl ../reference_discarded.pl
> >Finding objects, 392 objects, ignoring 0 module(s)
> >Finding conglomerates, ignoring 35 conglomerate(s)
> >Scanning objects
> >Error: ./drivers/scsi/ips.o .data refers to 000000d4 R_386_32
> >.text.exit
>
> Untested.
>
> --- drivers/scsi/ips.c Tue Jun 4 13:34:30 2002
> +++ drivers/scsi/ips.c.new Tue Jun 25 08:48:25 2002
> @@ -284,7 +284,7 @@
> name: ips_hot_plug_name,
> id_table: ips_pci_table,
> probe: ips_insert_device,
> - remove: ips_remove_device,
> + remove: __devexit_p(ips_remove_device),
> };
> #endif
Tested and now compiles/works ok.
--
Toni Viemerö | http://selfdestruct.net
"The scars will take me far, they always do."
prev parent reply other threads:[~2002-06-25 1:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-24 21:56 Another .text.exit error with 2.4.19-rc1 Toni Viemero
2002-06-24 22:49 ` Keith Owens
2002-06-25 1:16 ` Toni Viemero [this message]
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=20020625011629.GA3415@perplex.selfdestruct.net \
--to=toni.viemero@iki.fi \
--cc=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.