public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: Toni Viemero <toni.viemero@iki.fi>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Another .text.exit error with 2.4.19-rc1
Date: Tue, 25 Jun 2002 08:49:28 +1000	[thread overview]
Message-ID: <10787.1024958968@ocs3.intra.ocs.com.au> (raw)
In-Reply-To: Your message of "Tue, 25 Jun 2002 00:56:19 +0300." <20020624215619.GE27147@perplex.selfdestruct.net>

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
 


  reply	other threads:[~2002-06-24 22:49 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 [this message]
2002-06-25  1:16   ` Toni Viemero

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=10787.1024958968@ocs3.intra.ocs.com.au \
    --to=kaos@ocs.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=toni.viemero@iki.fi \
    /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