From: Stefan Weil <sw@weilnetz.de> Date: Fri, 2 May 2014 20:39:12 +0000 (+0200) Subject: hw/s390x: Add missing 'static' attribute X-Git-Tag: v2.1.0-rc0~141^2~14 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bfaaad02814b1f4e86eb4ba1978a93a6dccd1e7d;p=users%2Fdwmw2%2Fqemu.git hw/s390x: Add missing 'static' attribute Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> --- diff --git a/hw/s390x/event-facility.c b/hw/s390x/event-facility.c index 0777a93916..2e9e62fe1f 100644 --- a/hw/s390x/event-facility.c +++ b/hw/s390x/event-facility.c @@ -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)