From 8de73feb491b610bb43be8668587632c95a9a754 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sat, 3 Jul 2010 21:10:28 +0200 Subject: [PATCH] remove dead declaration --- nand.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/nand.h b/nand.h index 205e73a..7f4a741 100644 --- a/nand.h +++ b/nand.h @@ -33,8 +33,6 @@ void nand_write_page(u32 pageno, void *data, void *ecc); void nand_erase_block(u32 pageno); void nand_wait(void); -void nand_read_cluster(u32 clusterno, void *data); - #define NAND_ECC_OK 0 #define NAND_ECC_CORRECTED 1 #define NAND_ECC_UNCORRECTABLE -1