The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@suse.cz>
To: Alexander Nyberg <alexn@telia.com>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: quirk_via_irqpic() must not be __devinit for S1
Date: Thu, 26 May 2005 23:52:24 +0200	[thread overview]
Message-ID: <20050526215224.GF16472@elf.ucw.cz> (raw)
In-Reply-To: <1117136632.6564.9.camel@localhost.localdomain>

Hi!

> Got this testing echo 1 > /proc/acpi/sleep on a box 2.6.12-rc5-mm1. 
> Reference to discarded function, patch at bottom. Works nice
> otherwise :-)

Patch looks good, but can only be applied to -mm tree, so it is not
easy to merge to me. Andrew, could you apply this one?

								Pavel

> Signed-off-by: Alexander Nyberg <alexn@telia.com>
> 
> Index: akpm/drivers/pci/quirks.c
> ===================================================================
> --- akpm.orig/drivers/pci/quirks.c	2005-05-26 12:52:03.000000000 +0200
> +++ akpm/drivers/pci/quirks.c	2005-05-26 21:35:08.000000000 +0200
> @@ -499,7 +499,7 @@
>  DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA,	PCI_DEVICE_ID_VIA_82C586_3,	quirk_via_acpi );
>  DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA,	PCI_DEVICE_ID_VIA_82C686_4,	quirk_via_acpi );
>  
> -static void __devinit quirk_via_irqpic(struct pci_dev *dev)
> +static void quirk_via_irqpic(struct pci_dev *dev)
>  {
>  	u8 irq, new_irq;
>  
> 

-- 

      reply	other threads:[~2005-05-26 22:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-26 19:43 quirk_via_irqpic() must not be __devinit for S1 Alexander Nyberg
2005-05-26 21:52 ` Pavel Machek [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=20050526215224.GF16472@elf.ucw.cz \
    --to=pavel@suse.cz \
    --cc=akpm@osdl.org \
    --cc=alexn@telia.com \
    --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