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:
Stefan Weil 2014-05-02 22:39:12 +02:00 committed by Michael Tokarev
parent f73cdbc6ac
commit bfaaad0281

View file

@ -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)