bsps/riscv/*: Fix old style declaration

Newer C versions require that the storage-class specifier like
static or _Thread_Local be the first thing in a declaration.
This commit is contained in:
Joel Sherrill
2025-09-03 09:15:17 -05:00
parent 817ddf0750
commit c4779c4b4e
+1 -1
View File
@@ -867,7 +867,7 @@ static inline int alt_epcq_validate_read_write_arguments (
* -EINVAL -> Invalid arguments
* -ETIME -> Time out and skipping the looping after 0.7 sec.
*/
int static alt_epcq_poll_for_write_in_progress (
static int alt_epcq_poll_for_write_in_progress (
alt_epcq_controller2_dev* epcq_flash_info
)
{