提交 0a22650b 编写于 作者: J Jes Sorensen 提交者: Greg Kroah-Hartman

staging: unisys: visorchipset: Remove unused NONULLSTR()

Signed-off-by: NJes Sorensen <Jes.Sorensen@redhat.com>
Tested-by: NBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1ba00980
...@@ -52,14 +52,6 @@ ...@@ -52,14 +52,6 @@
static ulong poll_jiffies = POLLJIFFIES_CONTROLVMCHANNEL_FAST; static ulong poll_jiffies = POLLJIFFIES_CONTROLVMCHANNEL_FAST;
static ulong most_recent_message_jiffies; /* when we got our last static ulong most_recent_message_jiffies; /* when we got our last
* controlvm message */ * controlvm message */
static inline char *
NONULLSTR(char *s)
{
if (s)
return s;
return "";
}
static int serverregistered; static int serverregistered;
static int clientregistered; static int clientregistered;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册