mirror of https://github.com/xemu-project/xemu.git
hw/s390x: Add missing 'static' attribute
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
f73cdbc6ac
commit
bfaaad0281
|
@ -32,7 +32,7 @@ struct SCLPEventFacility {
|
|||
unsigned int receive_mask;
|
||||
};
|
||||
|
||||
SCLPEvent cpu_hotplug;
|
||||
static SCLPEvent cpu_hotplug;
|
||||
|
||||
/* return true if any child has event pending set */
|
||||
static bool event_pending(SCLPEventFacility *ef)
|
||||
|
|
Loading…
Reference in New Issue