From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgKEm-0005V1-G7 for qemu-devel@nongnu.org; Fri, 02 May 2014 16:39:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WgKEl-0003jt-NX for qemu-devel@nongnu.org; Fri, 02 May 2014 16:39:16 -0400 Received: from qemu.weilnetz.de ([2a03:4000:2:362::1]:57686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgKEl-0003j1-HB for qemu-devel@nongnu.org; Fri, 02 May 2014 16:39:15 -0400 From: Stefan Weil Date: Fri, 2 May 2014 22:39:12 +0200 Message-Id: <1399063152-3359-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PATCH] hw/s390x: Add missing 'static' attribute List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial@nongnu.org Cc: Alexander Graf , Stefan Weil , qemu-devel@nongnu.org, Richard Henderson Signed-off-by: Stefan Weil --- hw/s390x/event-facility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/s390x/event-facility.c b/hw/s390x/event-facility.c index 0777a93..2e9e62f 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) -- 1.7.10.4