提交 bfaaad02 编写于 作者: S Stefan Weil 提交者: Michael Tokarev

hw/s390x: Add missing 'static' attribute

Signed-off-by: NStefan Weil <sw@weilnetz.de>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 f73cdbc6
...@@ -32,7 +32,7 @@ struct SCLPEventFacility { ...@@ -32,7 +32,7 @@ struct SCLPEventFacility {
unsigned int receive_mask; unsigned int receive_mask;
}; };
SCLPEvent cpu_hotplug; static SCLPEvent cpu_hotplug;
/* return true if any child has event pending set */ /* return true if any child has event pending set */
static bool event_pending(SCLPEventFacility *ef) static bool event_pending(SCLPEventFacility *ef)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册