All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Patrick Finnegan <pat@computer-refuge.org>,
	linux-kernel@vger.kernel.org, Russell King <rmk@arm.linux.org.uk>
Subject: Re: Compile problems on alpha: 2.6.6, 2.6.7-rc2
Date: Tue, 15 Jun 2004 09:23:01 -0700	[thread overview]
Message-ID: <20040615162301.GZ1444@holomorphy.com> (raw)
In-Reply-To: <20040615201648.A28597@jurassic.park.msu.ru>

On Tue, Jun 15, 2004 at 09:07:09AM -0700, William Lee Irwin III wrote:
>> Could you try to locate it with scripts/reference_discard.pl, and if that
>> fail, post your .config (preferably compressed) so I can try to debug this
>> on my alphas?

On Tue, Jun 15, 2004 at 08:16:48PM +0400, Ivan Kokshaysky wrote:
> This is known problem - missing __devexit_p() wrapper in serial PnP
> driver.
> Ivan.
> --- 2.6/drivers/serial/8250_pnp.c	Mon May 10 06:31:59 2004
> +++ linux/drivers/serial/8250_pnp.c	Mon May 10 22:47:45 2004
> @@ -437,7 +437,7 @@ static struct pnp_driver serial_pnp_driv
>  	.name		= "serial",
>  	.id_table	= pnp_dev_table,
>  	.probe		= serial_pnp_probe,
> -	.remove		= serial_pnp_remove,
> +	.remove		= __devexit_p(serial_pnp_remove),
>  };
>  static int __init serial8250_pnp_init(void)

Thanks for handling this for me.

-- wli

  reply	other threads:[~2004-06-15 16:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-15 16:00 Compile problems on alpha: 2.6.6, 2.6.7-rc2 Patrick Finnegan
2004-06-15 16:07 ` William Lee Irwin III
2004-06-15 16:16   ` Ivan Kokshaysky
2004-06-15 16:23     ` William Lee Irwin III [this message]
2004-06-15 16:26     ` Patrick Finnegan
2004-06-15 16:19   ` Patrick Finnegan

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=20040615162301.GZ1444@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=ink@jurassic.park.msu.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pat@computer-refuge.org \
    --cc=rmk@arm.linux.org.uk \
    /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.