| commit | 5e4d9871b42b57100761ac20dc3fad14a2ae5e37 | [log] [tgz] |
|---|---|---|
| author | Sujith Reddy Thumma <sthumma@codeaurora.org> | Wed Aug 24 09:07:55 2011 +0530 |
| committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 09:58:22 2011 -0700 |
| tree | 3d5db9552924dca076d3540546861ca3069c6144 | |
| parent | 3f2bc4d6eb5a4fada842462ba22bb6bbb41d00c7 [diff] |
mtd: msmnand: Remove usage of deprecated APIs 1) CONFIG_MTD_PARTITIONS is now deprecated. Hence, remove usage of this config option in nand driver. 2) Replace usage of *_mtd_partitions() APIs with mtd_device_*register() APIs in nand driver. Signed-off-by: Sujith Reddy Thumma <sthumma@codeaurora.org>