diff options
| author | Michael Trimarchi <[email protected]> | 2022-07-20 18:22:10 +0200 |
|---|---|---|
| committer | Michael Trimarchi <[email protected]> | 2022-07-22 13:29:06 +0200 |
| commit | 2811ed2fb0349dd55b07407b19fbcf1a85c9ac4b (patch) | |
| tree | cab10de4c0f53f0856a5d857ce1c353ce6fdc4c5 /include/linux/mtd | |
| parent | a1286a1fc41633f45a4fa9dbf0be5eba3deadc09 (diff) | |
mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c
Upstream linux commit 01389b6bd2f4f7.
Move Hynix specific initialization and detection logic into
nand_hynix.c. This is part of the "separate vendor specific code from
core" cleanup process.
Signed-off-by: Michael Trimarchi <[email protected]>
Signed-off-by: Dario Binacchi <[email protected]>
Diffstat (limited to 'include/linux/mtd')
| -rw-r--r-- | include/linux/mtd/rawnand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h index d0312e924b4..d35277d1879 100644 --- a/include/linux/mtd/rawnand.h +++ b/include/linux/mtd/rawnand.h @@ -1159,6 +1159,7 @@ extern struct nand_flash_dev nand_flash_ids[]; extern struct nand_manufacturers nand_manuf_ids[]; extern const struct nand_manufacturer_ops samsung_nand_manuf_ops; +extern const struct nand_manufacturer_ops hynix_nand_manuf_ops; int nand_default_bbt(struct mtd_info *mtd); int nand_markbad_bbt(struct mtd_info *mtd, loff_t offs); |
