diff options
Diffstat (limited to 'include/linux/mtd/nand.h')
| -rw-r--r-- | include/linux/mtd/nand.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index bb13431dd..af2033c5b 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -193,6 +193,6 @@ struct nand_flash_dev {  #define NAND_JFFS2_OOB8_FSDALEN		2  #define NAND_JFFS2_OOB16_FSDALEN	8 -void nand_probe(unsigned long physadr); +unsigned long nand_probe(unsigned long physadr);  #endif /* __LINUX_MTD_NAND_H */ |