From: Stefan Weil Date: Fri, 2 May 2014 20:39:12 +0000 (+0200) Subject: hw/s390x: Add missing 'static' attribute X-Git-Tag: qemu-xen-4.6.0-rc1~469^2~14 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bfaaad02814b1f4e86eb4ba1978a93a6dccd1e7d;p=qemu-upstream-4.6-testing.git hw/s390x: Add missing 'static' attribute Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/hw/s390x/event-facility.c b/hw/s390x/event-facility.c index 0777a9391..2e9e62fe1 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)