diff options
author | Jon Frisch <jon.frisch@unisys.com> | 2017-03-17 11:27:14 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-21 07:58:46 +0100 |
commit | bc043daa77b5162608acfd689cf5dcfbe6c432b2 (patch) | |
tree | 1aecd3929e6cb0392ae73f871a4782afd7205a5b /drivers/staging/unisys/include | |
parent | a54e78088974e26770337bfafecced497e64ac2c (diff) |
staging: unisys: include: remove irrelevant comments
This patch removes comments that are no longer relevant
in channel.h.
Signed-off-by: Jon Frisch <jon.frisch@unisys.com>
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>
Diffstat (limited to 'drivers/staging/unisys/include')
-rw-r--r-- | drivers/staging/unisys/include/channel.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/unisys/include/channel.h b/drivers/staging/unisys/include/channel.h index 048ef1694e63..741a1ef25620 100644 --- a/drivers/staging/unisys/include/channel.h +++ b/drivers/staging/unisys/include/channel.h @@ -20,16 +20,6 @@ #include <linux/io.h> #include <linux/uuid.h> -/* - * 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)) |