From: Chris Wright <chrisw@osdl.org>
To: Pasha Zubkov <pasha.zubkov@gmail.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] 2.6.12.1 & disabled CONFIG_PCI
Date: Fri, 24 Jun 2005 10:13:19 -0700 [thread overview]
Message-ID: <20050624171319.GD9153@shell0.pdx.osdl.net> (raw)
In-Reply-To: <42BC41C4.7010501@gmail.com>
* Pasha Zubkov (pasha.zubkov@gmail.com) wrote:
> --- linux-2.6.12.1/drivers/pnp/pnpacpi/rsparser.c 2005-06-24 20:12:26.000000000 +0300
> +++ /usr/src/linux-2.6.12.1/drivers/pnp/pnpacpi/rsparser.c 2005-06-24 20:03:32.000000000 +0300
> @@ -20,7 +20,13 @@
> */
> #include <linux/kernel.h>
> #include <linux/acpi.h>
> +
> +#ifdef CONFIG_PCI
> #include <linux/pci.h>
> +#else
> +inline void pcibios_penalize_isa_irq(int irq) {}
> +#endif /* CONFIG_PCI */
> +
> #include "pnpacpi.h"
>
> #ifdef CONFIG_IA64
This should be done in header file, then the pnpbios bit can be cleaned
up as well.
thanks,
-chris
prev parent reply other threads:[~2005-06-24 17:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-24 17:24 Pasha Zubkov
2005-06-24 17:13 ` Chris Wright [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=20050624171319.GD9153@shell0.pdx.osdl.net \
--to=chrisw@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pasha.zubkov@gmail.com \
/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
Powered by JetHome