]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: unisys: include: remove signature_32
authorDavid Kershner <david.kershner@unisys.com>
Wed, 27 Sep 2017 17:14:33 +0000 (13:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Sep 2017 09:17:14 +0000 (11:17 +0200)
Remove signature_32 since it was only being referenced in one location.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/include/channel.h

index 59b71a6e39ef29b7cd7c8178d155761f42a634b7..6cb8b4d2fd0ebdeefefaf380f354ec5d43cb1b9c 100644 (file)
@@ -21,9 +21,8 @@
 #include <linux/uuid.h>
 
 #define SIGNATURE_16(A, B) ((A) | ((B) << 8))
-#define SIGNATURE_32(A, B, C, D) \
-       (SIGNATURE_16(A, B) | (SIGNATURE_16(C, D) << 16))
-#define VISOR_CHANNEL_SIGNATURE SIGNATURE_32('E', 'C', 'N', 'L')
+#define VISOR_CHANNEL_SIGNATURE \
+       (SIGNATURE_16('E', 'C') | (SIGNATURE_16('N', 'L') << 16))
 
 /*
  * enum channel_serverstate