commit | e2e31fa6800f701cd370b886035c72d6116a8cb1 | [log] [tgz] |
---|---|---|
author | Pratyush Yadav <p.yadav@ti.com> | Sat Jun 26 00:47:12 2021 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Mon Jun 28 11:58:46 2021 +0530 |
tree | 50c8971e59734eb66e2d0af35c656b1c25621757 | |
parent | 18b0de0f3be223cd2f468c03b5ea02e5f6bc6d82 [diff] |
mtd: spi-nor-core: Move SFDP related declarations to top These structures will be used in a later commit inside another structure definition. Also take the declarations out of the ifdef since they won't affect the final binary anyway and will be used in a later commit. Signed-off-by: Pratyush Yadav <p.yadav@ti.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>