mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw: Add missing 'static' attributes
This fixes warnings from the static code analysis (smatch). Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
fbdb664cb6
commit
6a0a70b0f5
6 changed files with 8 additions and 8 deletions
|
@ -272,7 +272,7 @@ static struct rtas_call {
|
|||
spapr_rtas_fn fn;
|
||||
} rtas_table[TOKEN_MAX];
|
||||
|
||||
struct rtas_call *rtas_next = rtas_table;
|
||||
static struct rtas_call *rtas_next = rtas_table;
|
||||
|
||||
target_ulong spapr_rtas_call(PowerPCCPU *cpu, sPAPREnvironment *spapr,
|
||||
uint32_t token, uint32_t nargs, target_ulong args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue