summaryrefslogtreecommitdiffstats
path: root/include/nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nand.h')
-rw-r--r--include/nand.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/nand.h b/include/nand.h
index 97b17056ea..5121c4d5fc 100644
--- a/include/nand.h
+++ b/include/nand.h
@@ -2,14 +2,7 @@
#ifndef __NAND_H__
#define __NAND_H__
-struct nand_chip;
-
-struct nand_platform_data {
- void (*hwcontrol)(struct nand_chip *, int cmd);
- int eccmode;
- int (*dev_ready)(struct nand_chip *);
- int chip_delay;
-};
+struct device_d *dev_add_bb_dev(struct device_d *dev, const char *name);
#endif /* __NAND_H__ */