staging: unisys: visorchipset: Remove unused NONULLSTR()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Tested-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1ba00980f6
commit
0a22650b92
|
@ -52,14 +52,6 @@
|
|||
static ulong poll_jiffies = POLLJIFFIES_CONTROLVMCHANNEL_FAST;
|
||||
static ulong most_recent_message_jiffies; /* when we got our last
|
||||
* controlvm message */
|
||||
static inline char *
|
||||
NONULLSTR(char *s)
|
||||
{
|
||||
if (s)
|
||||
return s;
|
||||
return "";
|
||||
}
|
||||
|
||||
static int serverregistered;
|
||||
static int clientregistered;
|
||||
|
||||
|
|
Loading…
Reference in New Issue