From: Andrew Morton <akpm@osdl.org>
To: alpha@steudten.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: [BUG] 2.6.0-test 9: ALPHA: missing asm/mca.h
Date: Wed, 29 Oct 2003 13:11:32 -0800 [thread overview]
Message-ID: <20031029131132.422cb65a.akpm@osdl.org> (raw)
In-Reply-To: <3FA02762.2070304@steudten.com>
Thomas Steudten <alpha@steudten.com> wrote:
>
> This problem ist still there in -test9..
>
> In file included from drivers/net/3c509.c:77:
> include/linux/mca.h:15:21: asm/mca.h: No such file or directory
--- 25/drivers/net/3c509.c~3c509-mca-fix Wed Oct 29 13:11:02 2003
+++ 25-akpm/drivers/net/3c509.c Wed Oct 29 13:11:02 2003
@@ -74,7 +74,9 @@ static int max_interrupt_work = 10;
#include <linux/config.h>
#include <linux/module.h>
+#ifdef CONFIG_MCA
#include <linux/mca.h>
+#endif
#include <linux/isapnp.h>
#include <linux/string.h>
#include <linux/interrupt.h>
_
next prev parent reply other threads:[~2003-10-29 21:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-29 20:47 [BUG] 2.6.0-test 9: ALPHA: missing asm/mca.h Thomas Steudten
2003-10-29 21:11 ` Andrew Morton [this message]
2003-11-07 17:15 ` [BUG Missing define] 2.6.0-test 9-bk11: " Thomas Steudten
2003-11-08 2:38 ` Herbert Xu
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=20031029131132.422cb65a.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=alpha@steudten.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 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.