diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2016-06-08 10:34:57 +0200 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-03-08 23:21:21 +0100 |
commit | 9b2d61f80b060ce3ea5af2a99e148b0b214932b2 (patch) | |
tree | 2c8c6e334de9606364ca18becd80037941a02388 /include | |
parent | mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c (diff) | |
download | linux-9b2d61f80b060ce3ea5af2a99e148b0b214932b2.tar.xz linux-9b2d61f80b060ce3ea5af2a99e148b0b214932b2.zip |
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
Move Toshiba specific initialization and detection logic into
nand_toshiba.c. This is part of the "separate vendor specific code from
core" cleanup process.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mtd/nand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 74e3a231cb56..dd9e3b5ddd4f 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -1114,6 +1114,7 @@ nand_manufacturer_name(const struct nand_manufacturer *manufacturer) extern struct nand_flash_dev nand_flash_ids[]; +extern const struct nand_manufacturer_ops toshiba_nand_manuf_ops; extern const struct nand_manufacturer_ops samsung_nand_manuf_ops; extern const struct nand_manufacturer_ops hynix_nand_manuf_ops; |