diff options
Diffstat (limited to 'drivers/mtd/nand_legacy/nand_legacy.c')
| -rw-r--r-- | drivers/mtd/nand_legacy/nand_legacy.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/drivers/mtd/nand_legacy/nand_legacy.c b/drivers/mtd/nand_legacy/nand_legacy.c index 441780ac2..d9ae9c78b 100644 --- a/drivers/mtd/nand_legacy/nand_legacy.c +++ b/drivers/mtd/nand_legacy/nand_legacy.c @@ -18,6 +18,9 @@  #include <linux/mtd/nand_ids.h>  #include <jffs2/jffs2.h> +#error Legacy NAND is deprecated.  Please convert to the current NAND interface. +#error This code will be removed outright in the next release. +  #ifdef CONFIG_OMAP1510  void archflashwp(void *archdata, int wp);  #endif |