From: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
To: John Goerzen <jgoerzen@complete.org>, linux-kernel@vger.kernel.org
Cc: James Bottomley <James.Bottomley@steeleye.com>
Subject: Re: 2.6.1rc1 fails to build on Alpha
Date: Sun, 4 Jan 2004 00:41:07 +0300 [thread overview]
Message-ID: <20040104004107.A20261@den.park.msu.ru> (raw)
In-Reply-To: <20040103184904.A3321@Marvin.DL8BCU.ampr.org>; from dl8bcu@dl8bcu.de on Sat, Jan 03, 2004 at 06:49:04PM +0000
On Sat, Jan 03, 2004 at 06:49:04PM +0000, Thorsten Kranzkowski wrote:
> I was able to eliminate these with 'Support for hot-pluggable devices'.
>
> >From what I understand there must be hiding some errorneous declaration
> somewhere, i.e. a pointer to something that is thrown away at link time.
Precisely.
> Didn't find it yet, though :)
That was recent change to sym53c8xx_2 driver:
now sym2_probe() marked as __devinit calls sym_detach() from
[discarded] .exit.text section...
Ivan.
--- rc1/drivers/scsi/sym53c8xx_2/sym_glue.c Sat Jan 3 22:49:31 2004
+++ linux/drivers/scsi/sym53c8xx_2/sym_glue.c Sat Jan 3 23:35:54 2004
@@ -2173,11 +2173,10 @@ sym53c8xx_pci_init(struct pci_dev *pdev,
/*
- * Called before unloading the module.
* Detach the host.
* We have to free resources and halt the NCR chip.
*/
-static int __devexit sym_detach(struct sym_hcb *np)
+static int sym_detach(struct sym_hcb *np)
{
printk("%s: detaching ...\n", sym_name(np));
next prev parent reply other threads:[~2004-01-03 21:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-03 9:04 John Goerzen
2004-01-03 18:49 ` Thorsten Kranzkowski
2004-01-03 21:41 ` Ivan Kokshaysky [this message]
2004-01-03 22:20 ` John Goerzen
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=20040104004107.A20261@den.park.msu.ru \
--to=ink@jurassic.park.msu.ru \
--cc=James.Bottomley@steeleye.com \
--cc=jgoerzen@complete.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®