From: David Kershner Date: Wed, 27 Sep 2017 17:14:33 +0000 (-0400) Subject: staging: unisys: include: remove signature_32 X-Git-Tag: v4.15-rc1~142^2~242 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d049f96435fbde7fa6375980cc345f9677871896;p=users%2Fjedix%2Flinux-maple.git staging: unisys: include: remove signature_32 Remove signature_32 since it was only being referenced in one location. Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/include/channel.h b/drivers/staging/unisys/include/channel.h index 59b71a6e39ef2..6cb8b4d2fd0eb 100644 --- a/drivers/staging/unisys/include/channel.h +++ b/drivers/staging/unisys/include/channel.h @@ -21,9 +21,8 @@ #include #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