mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Add 'static' to please Sparse
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
b9d38e9510
commit
6f4fc3679c
3 changed files with 3 additions and 3 deletions
|
@ -196,7 +196,7 @@ static void realview_init(ram_addr_t ram_size,
|
|||
arm_load_kernel(first_cpu, &realview_binfo);
|
||||
}
|
||||
|
||||
QEMUMachine realview_machine = {
|
||||
static QEMUMachine realview_machine = {
|
||||
.name = "realview",
|
||||
.desc = "ARM RealView Emulation Baseboard (ARM926EJ-S)",
|
||||
.init = realview_init,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue