]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/s390x: Add missing 'static' attribute
authorStefan Weil <sw@weilnetz.de>
Fri, 2 May 2014 20:39:12 +0000 (22:39 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 7 May 2014 17:00:43 +0000 (21:00 +0400)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/s390x/event-facility.c

index 0777a939165ed865250547e428ad4108565b10f3..2e9e62fe1f198ad0f15ff277eb9a09311a74c923 100644 (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)