From: Thomas Steudten <alpha@steudten.com>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@osdl.org>
Subject: [BUG Missing define] 2.6.0-test 9-bk11: ALPHA: missing asm/mca.h
Date: Fri, 07 Nov 2003 18:15:22 +0100 [thread overview]
Message-ID: <3FABD32A.9090601@steudten.com> (raw)
In-Reply-To: <20031029131132.422cb65a.akpm@osdl.org>
Problem still there in -bk11. Who can fix this in the kernel
source code?
Andrew Morton wrote:
> 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>
>
> _
--
Tom
LINUX user since kernel 0.99.x 1994.
RPM Alpha packages at http://alpha.steudten.com/packages
Want to know what S.u.S.E 1995 cdrom-set contains?
next prev parent reply other threads:[~2003-11-07 23:07 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
2003-11-07 17:15 ` Thomas Steudten [this message]
2003-11-08 2:38 ` [BUG Missing define] 2.6.0-test 9-bk11: " 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=3FABD32A.9090601@steudten.com \
--to=alpha@steudten.com \
--cc=akpm@osdl.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 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.