diff options
| author | Algapally Santosh Sagar <santoshsagar.algapally@amd.com> | 2023-03-01 03:33:34 -0700 |
|---|---|---|
| committer | Michal Simek <michal.simek@amd.com> | 2023-03-09 13:15:00 +0100 |
| commit | ebea05e10ea8d838163273ebb4f538febc299cce (patch) | |
| tree | 44dcbc4dfb4b41f76c30d25aafea03a27f6b9566 /include/spl.h | |
| parent | cc24fd78593896ba038c71eb356b32fdaa1cd690 (diff) | |
spl: Add missing prototype for board_boot_order
Add missing prototype to fix the sparse warning, warning: no
previous prototype for 'board_boot_order' [-Wmissing-prototypes].
Signed-off-by: Algapally Santosh Sagar <santoshsagar.algapally@amd.com>
Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
Link: https://lore.kernel.org/r/20230301103334.1455-3-ashok.reddy.soma@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'include/spl.h')
| -rw-r--r-- | include/spl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spl.h b/include/spl.h index 827bd25c883..bad12fb01f4 100644 --- a/include/spl.h +++ b/include/spl.h @@ -884,5 +884,6 @@ void spl_perform_fixups(struct spl_image_info *spl_image); */ struct legacy_img_hdr *spl_get_load_buffer(ssize_t offset, size_t size); +void board_boot_order(u32 *spl_boot_list); void spl_save_restore_data(void); #endif |
