diff options
author | David Kershner <david.kershner@unisys.com> | 2017-08-22 13:27:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-08-22 15:12:51 -0700 |
commit | 0b9e41bdc3699de5a51ebb1f9ca9c17ec12226b0 (patch) | |
tree | c5be6468f1ffa706b4541599eb040d15ca813be5 /drivers/staging/unisys | |
parent | a941c5b76adb55b741f8f7a744e642322c3ec212 (diff) |
staging: unisys: include: Remove unused throttling defines.
We no longer send messages directly to the s-Par event log, so we do not
need the throttling defines anymore.
Reviewed-by: Sameer Wadgaonkar <sameer.wadgaonkar@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')
-rw-r--r-- | drivers/staging/unisys/include/channel.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/staging/unisys/include/channel.h b/drivers/staging/unisys/include/channel.h index 2dac0e51d107..69ccc33af151 100644 --- a/drivers/staging/unisys/include/channel.h +++ b/drivers/staging/unisys/include/channel.h @@ -58,23 +58,6 @@ enum channel_clientstate { CHANNELCLI_OWNED = 5 }; -/* Values for VISORA_CHANNEL_PROTOCOL.CliErrorBoot: */ - -/* - * Throttling invalid boot channel statetransition error due to client - * disabled. - */ -#define VISOR_CLIERRORBOOT_THROTTLEMSG_DISABLED 0x01 - -/* - * Throttling invalid boot channel statetransition error due to client - * not attached. - */ -#define VISOR_CLIERRORBOOT_THROTTLEMSG_NOTATTACHED 0x02 - -/* Throttling invalid boot channel statetransition error due to busy channel */ -#define VISOR_CLIERRORBOOT_THROTTLEMSG_BUSY 0x04 - /* * Values for VISOR_CHANNEL_PROTOCOL.Features: This define exists so that * windows guest can look at the FeatureFlags in the io channel, and configure |