Re: 2.6.9-rc1-mm3

From: Zwane Mwaikambo
Date: Fri Sep 03 2004 - 07:17:04 EST


On Fri, 3 Sep 2004, Christoph Hellwig wrote:

> On Fri, Sep 03, 2004 at 01:48:11AM -0700, Andrew Morton wrote:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.9-rc1/2.6.9-rc1-mm3/
> >
> > - Added the m32r architecture. Haven't looked at it yet.
>
> Just from looking at the diffstat and not actual code: the actual code:
>
> - it adds new drivers under arch/m32r instead of drivers/

Lucky you didn't look ;)

diff -puN /dev/null arch/m32r/drivers/8390.c
--- /dev/null Thu Apr 11 07:25:15 2002
+++ 25-akpm/arch/m32r/drivers/8390.c Wed Sep 1 15:02:27 2004
@@ -0,0 +1 @@
+#include "../../../drivers/net/8390.c"
diff -puN /dev/null arch/m32r/drivers/8390.h
--- /dev/null Thu Apr 11 07:25:15 2002
+++ 25-akpm/arch/m32r/drivers/8390.h Wed Sep 1 15:02:27 2004
@@ -0,0 +1 @@
+#include "../../../drivers/net/8390.h"
diff -puN /dev/null arch/m32r/drivers/cs_internal.h
--- /dev/null Thu Apr 11 07:25:15 2002
+++ 25-akpm/arch/m32r/drivers/cs_internal.h Wed Sep 1 15:02:27 2004
@@ -0,0 +1,2 @@
+#include "../../../drivers/pcmcia/cs_internal.h"
+
-
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/