From bfaaad02814b1f4e86eb4ba1978a93a6dccd1e7d Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 2 May 2014 22:39:12 +0200 Subject: hw/s390x: Add missing 'static' attribute Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- hw/s390x/event-facility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/s390x/event-facility.c') 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) -- cgit v1.2.1