From bc043daa77b5162608acfd689cf5dcfbe6c432b2 Mon Sep 17 00:00:00 2001 From: Jon Frisch Date: Fri, 17 Mar 2017 11:27:14 -0400 Subject: [PATCH] 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 --- drivers/staging/unisys/include/channel.h | 10 ---------- 1 file changed, 10 deletions(-) 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)) -- 2.30.2