Re: [BUG] 2.6.0-test 9: ALPHA: missing asm/mca.h
From: Andrew Morton (akpm_at_osdl.org)
Date: 10/29/03
- Previous message: Randy.Dunlap: "Re: [PATCH][TRIVIAL] menuconfig alternate theme"
- In reply to: Thomas Steudten: "[BUG] 2.6.0-test 9: ALPHA: missing asm/mca.h"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Oct 2003 13:11:32 -0800 To: alpha@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>
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Randy.Dunlap: "Re: [PATCH][TRIVIAL] menuconfig alternate theme"
- In reply to: Thomas Steudten: "[BUG] 2.6.0-test 9: ALPHA: missing asm/mca.h"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|