From: Jon Frisch Date: Fri, 17 Mar 2017 15:27:14 +0000 (-0400) Subject: staging: unisys: include: remove irrelevant comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bc043daa77b5162608acfd689cf5dcfbe6c432b2;p=linux.git staging: unisys: include: remove irrelevant comments This patch removes comments that are no longer relevant in channel.h. Signed-off-by: Jon Frisch 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 048ef1694e634..741a1ef25620e 100644 --- a/drivers/staging/unisys/include/channel.h +++ b/drivers/staging/unisys/include/channel.h @@ -20,16 +20,6 @@ #include #include -/* - * Whenever this file is changed a corresponding change must be made in - * the Console/ServicePart/visordiag_early/supervisor_channel.h file - * which is needed for Linux kernel compiles. These two files must be - * in sync. - */ - -/* define the following to prevent include nesting in kernel header - * files of similar abbreviated content - */ #define __SUPERVISOR_CHANNEL_H__ #define SIGNATURE_16(A, B) ((A) | ((B) << 8))