commit | bdad63b332852540b268ee9999610e8b7611a1df | [log] [tgz] |
---|---|---|
author | Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com> | Wed Jan 22 19:23:34 2025 +0530 |
committer | Michal Simek <michal.simek@amd.com> | Wed Feb 05 16:22:55 2025 +0100 |
tree | fb400e39985c575c5da7d99ce6ad56275ad837f4 | |
parent | f8e7cefe87c1d8176766743e750089cb24adf969 [diff] |
spi: cadence_qspi: Add missing prototype for cadence_qspi_flash_reset Add missing prototype to fix the sparse warning, warning: no previous prototype for 'cadence_qspi_flash_reset' [-Wmissing-prototypes]. Fixes: 6d234a79e9 ("cadence_qspi: Refactor the flash reset functionality") Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com> Link: https://lore.kernel.org/r/20250122135334.1201562-1-venkatesh.abbarapu@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>