[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5767b9100708141111ke19e7e5xaa555556e9633f83@mail.gmail.com>
Date: Wed, 15 Aug 2007 02:11:17 +0800
From: "Conke Hu" <conke.hu@...il.com>
To: "Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
ben-linux@...ff.org
Subject: [PATCH] nand/s3c2410.c: fix header file include path
regs-nand.h and nand.h for s3c nand driver have been moved to plat-s3c/ dir.
Signed-off-by: conke.hu@...il.com
-------------------
diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c
index 5fac4c4..b79a9cf 100644
--- a/drivers/mtd/nand/s3c2410.c
+++ b/drivers/mtd/nand/s3c2410.c
@@ -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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists