Skip to content
Commit f1b23f3b authored by Mikael's avatar Mikael
Browse files

Fix C90 declaration order warning in remoteproc



A "declaration-after-statement" warning is generated when building the
remoteproc driver because C90 doesn't allow variables to be declared
after a statement in a scope.

To resolve this, the order of the variables at the start of the
problematic scope have been reordered to comply with C90.

Change-Id: Id7fec564858168fd71cd10af9c99340691484b89
Signed-off-by: Mikael's avatarMikael Olsson <mikael.olsson@arm.com>
parent 53d224ab
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment