]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netstar/nand.c
Some code cleanup for GCC 4.x
[karo-tx-uboot.git] / board / netstar / nand.c
index e5b7f3346e1e8a22456eb316f6bf7aceb9417ee3..f470c1a01e05f72f5988188b0222356203e795c4 100644 (file)
@@ -48,10 +48,12 @@ static void netstar_nand_hwcontrol(struct mtd_info *mtd, int cmd)
 /*
  *     chip R/B detection
  */
+/***
 static int netstar_nand_ready(struct mtd_info *mtd)
 {
        return (*(volatile ushort *)GPIO_DATA_INPUT_REG) & 0x02;
 }
+***/
 
 void board_nand_init(struct nand_chip *nand)
 {