[BUG Missing define] 2.6.0-test 9-bk11: ALPHA: missing asm/mca.h

From: Thomas Steudten
Date: Fri Nov 07 2003 - 18:14:34 EST


Problem still there in -bk11. Who can fix this in the kernel
source code?

Andrew Morton wrote:

Thomas Steudten <alpha@xxxxxxxxxxxx> 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?


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/