]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MTD] fix nftl_write warning
authorFrederik Deweerdt <deweerdt@free.fr>
Mon, 2 Oct 2006 08:42:25 +0000 (09:42 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 2 Oct 2006 08:42:25 +0000 (09:42 +0100)
Building 2.6.18-mm2 issues the following warning if CONFIG_NFTL_RW is not set:

  CC [M]  drivers/mtd/nftlcore.o
drivers/mtd/nftlcore.c:183: warning: 'nftl_write' defined but not used
The following patch only compiles nftl_write if CONFIG_NFTL_RW is set.

Signed-off-by: Frederik Deweerdt <frederik.deweerdt@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/nftlcore.c

index dd5cea8b4a7a2dc31b1429ce6a7ebe07c143ec7b..b5a5f8da4722e78ecd8d00efc50cca97724c34f3 100644 (file)
@@ -175,6 +175,8 @@ int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len,
        return res;
 }
 
+#ifdef CONFIG_NFTL_RW
+
 /*
  * Write data and oob to flash
  */
@@ -196,8 +198,6 @@ static int nftl_write(struct mtd_info *mtd, loff_t offs, size_t len,
        return res;
 }
 
-#ifdef CONFIG_NFTL_RW
-
 /* Actual NFTL access routines */
 /* NFTL_findfreeblock: Find a free Erase Unit on the NFTL partition. This function is used
  *     when the give Virtual Unit Chain