[2.6 patch] remove outdated reference to Documentation/arm/SA1100/PCMCIA

From: Adrian Bunk
Date: Mon Jul 12 2004 - 15:40:13 EST


On Tue, Jul 06, 2004 at 09:20:50PM -0500, John Lenz wrote:
> > diff -up old-doc-2.5/drivers/pcmcia/sa1100_generic.c doc-2.5/drivers/pcmcia/sa1100_generic.c
> > --- old-doc-2.5/drivers/pcmcia/sa1100_generic.c Fri Jan 9 17:27:47 2004
> > +++ doc-2.5/drivers/pcmcia/sa1100_generic.c Fri Jan 9 18:14:20 2004
> > @@ -30,7 +30,7 @@
> >
> > ======================================================================*/
> > /*
> > - * Please see linux/Documentation/arm/SA1100/PCMCIA for more information
> > + * Please see Documentation/arm/SA1100/PCMCIA for more information
> > * on the low-level kernel interface.
> > */
> >
>
> This file does not exist in 2.6. It exists in 2.4. I believe the documentation file
> was removed because in 2.5 the interface changed but the documentation was never
> updated. This entire comment should just be removed.


Patch below.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.7-mm7-full/drivers/pcmcia/sa1100_generic.c.old 2004-07-12 22:25:44.000000000 +0200
+++ linux-2.6.7-mm7-full/drivers/pcmcia/sa1100_generic.c 2004-07-12 22:26:36.000000000 +0200
@@ -29,10 +29,6 @@
file under either the MPL or the GPL.

======================================================================*/
-/*
- * Please see linux/Documentation/arm/SA1100/PCMCIA for more information
- * on the low-level kernel interface.
- */

#include <linux/module.h>
#include <linux/init.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/