mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 00:41:05 +08:00
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:
@@ -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
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user