All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [NAND] s3c2410: fix arch moves
@ 2007-07-24 12:37 Ben Dooks
  0 siblings, 0 replies; only message in thread
From: Ben Dooks @ 2007-07-24 12:37 UTC (permalink / raw)
  To: linux-mtd

Fixup the includes which have been moved around
when changing the s3c24xx arch support.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>

diff -urpN -X linux-2.6.22-git16-moves1/Documentation/dontdiff linux-2.6.22-git16-moves1/drivers/mtd/nand/s3c2410.c linux-2.6.22-git16-moves1-fixups-split-moves2-fixup/drivers/mtd/nand/s3c2410.c
--- linux-2.6.22-git16-moves1/drivers/mtd/nand/s3c2410.c	2007-07-09 23:36:21.000000000 +0100
+++ linux-2.6.22-git16-moves1-fixups-split-moves2-fixup/drivers/mtd/nand/s3c2410.c	2007-07-22 13:49:00.000000000 +0100
@@ -60,8 +60,8 @@
 
 #include <asm/io.h>
 
-#include <asm/arch/regs-nand.h>
-#include <asm/arch/nand.h>
+#include <asm/plat-s3c/regs-nand.h>
+#include <asm/plat-s3c/nand.h>
 
 #ifdef CONFIG_MTD_NAND_S3C2410_HWECC
 static int hardware_ecc = 1;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-24 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-24 12:37 [PATCH] [NAND] s3c2410: fix arch moves Ben Dooks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.