Attention is currently required from: Felix Singer.
Hello Julius Werner, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/79856?usp=email
to look at the new patch set (#3).
Change subject: soc/nvidia: Put static keyword at the beginning of declarations ......................................................................
soc/nvidia: Put static keyword at the beginning of declarations
In order to comply with the more recent style of declarations, put the static keyword at the beginning.
Fixes following GCC error when the related flag is set:
error: 'static' is not at beginning of declaration [-Werror=old-style-declaration]
Change-Id: Ida683319f7a0c428a9e4808821075abdd9fcb504 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/soc/nvidia/tegra124/clock.c M src/soc/nvidia/tegra210/clock.c 2 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/79856/3