PATCH: new drivers needing mca-legacy for now

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 14 Feb 2003 21:06:26 +0000 (GMT)


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.60-ref/drivers/net/depca.c linux-2.5.60-ac1/drivers/net/depca.c
--- linux-2.5.60-ref/drivers/net/depca.c 2003-02-14 21:21:27.000000000 +0000
+++ linux-2.5.60-ac1/drivers/net/depca.c 2003-02-14 19:37:27.000000000 +0000
@@ -252,6 +252,7 @@
#include <linux/types.h>
#include <linux/unistd.h>
#include <linux/ctype.h>
+#include <linux/mca-legacy.h>

#include <asm/uaccess.h>
#include <asm/bitops.h>
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.60-ref/drivers/net/eexpress.c linux-2.5.60-ac1/drivers/net/eexpress.c
--- linux-2.5.60-ref/drivers/net/eexpress.c 2003-02-14 21:21:26.000000000 +0000
+++ linux-2.5.60-ac1/drivers/net/eexpress.c 2003-02-14 19:36:46.000000000 +0000
@@ -114,6 +114,7 @@
#include <linux/skbuff.h>
#include <linux/slab.h>
#include <linux/mca.h>
+#include <linux/mca-legacy.h>
#include <linux/spinlock.h>

#include <asm/system.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/