diff options
| author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-07-05 06:27:32 -0400 |
|---|---|---|
| committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2018-07-18 04:10:12 -0400 |
| commit | f0f01838f76420988b50b23f315704c9a5cd2fa9 (patch) | |
| tree | 455421c5bdf4c72e9d9a45844ff50aa846762d82 /include/linux/platform_data | |
| parent | e80eba7581512625083ba540f120479b935425de (diff) | |
mtd: rawnand: orion_nand: Kill orion_nand_data.dev_ready()
None of the boards seem to overload the ->dev_ready() hook, just drop
this field from orion_nand_data.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/mtd-orion_nand.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/mtd-orion_nand.h b/include/linux/platform_data/mtd-orion_nand.h index a7ce77c7c1a8..34828eb85982 100644 --- a/include/linux/platform_data/mtd-orion_nand.h +++ b/include/linux/platform_data/mtd-orion_nand.h | |||
| @@ -12,7 +12,6 @@ | |||
| 12 | */ | 12 | */ |
| 13 | struct orion_nand_data { | 13 | struct orion_nand_data { |
| 14 | struct mtd_partition *parts; | 14 | struct mtd_partition *parts; |
| 15 | int (*dev_ready)(struct mtd_info *mtd); | ||
| 16 | u32 nr_parts; | 15 | u32 nr_parts; |
| 17 | u8 ale; /* address line number connected to ALE */ | 16 | u8 ale; /* address line number connected to ALE */ |
| 18 | u8 cle; /* address line number connected to CLE */ | 17 | u8 cle; /* address line number connected to CLE */ |
