mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 18:41:22 +00:00
fix: remove old-style declarations
TF-A wants to eventually enable -Wold-style-definition globally. Convert the rare few instances where this is still the case. Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: I9c450fc875cf097e6de2ed577ea3b085821c9f5e
This commit is contained in:
parent
e138400d1c
commit
f4b8470fee
10 changed files with 13 additions and 13 deletions
|
@ -269,7 +269,7 @@ static int cal_odt(const unsigned int clk,
|
|||
unsigned int i;
|
||||
const struct dynamic_odt *pdodt = NULL;
|
||||
|
||||
const static struct dynamic_odt *table[2][5] = {
|
||||
static const struct dynamic_odt *table[2][5] = {
|
||||
{single_S, single_D, NULL, NULL},
|
||||
{dual_SS, dual_DD, NULL, NULL},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue