summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/channel.h
diff options
context:
space:
mode:
authorJon Frisch <jon.frisch@unisys.com>2017-03-17 11:27:14 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-21 07:58:46 +0100
commitbc043daa77b5162608acfd689cf5dcfbe6c432b2 (patch)
tree1aecd3929e6cb0392ae73f871a4782afd7205a5b /drivers/staging/unisys/include/channel.h
parenta54e78088974e26770337bfafecced497e64ac2c (diff)
downloadlinux-stable-bc043daa77b5162608acfd689cf5dcfbe6c432b2.tar.gz
linux-stable-bc043daa77b5162608acfd689cf5dcfbe6c432b2.tar.bz2
linux-stable-bc043daa77b5162608acfd689cf5dcfbe6c432b2.zip
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/channel.h')
-rw-r--r--drivers/staging/unisys/include/channel.h10
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))