Commit b1121ab4 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman

staging: unisys: diagchannel.h: get rid of unused fields

Some more churn of the drivers have made more fields unused, get
rid of them.
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3204d5a2
...@@ -16,11 +16,6 @@ ...@@ -16,11 +16,6 @@
#ifndef _DIAG_CHANNEL_H_ #ifndef _DIAG_CHANNEL_H_
#define _DIAG_CHANNEL_H_ #define _DIAG_CHANNEL_H_
#define MAX_MODULE_NAME_SIZE 128 /* Maximum length of module name... */
#define MAX_ADDITIONAL_INFO_SIZE 256 /* Maximum length of any additional
* info accompanying event...
*/
/* Levels of severity for diagnostic events, in order from lowest severity to /* Levels of severity for diagnostic events, in order from lowest severity to
* highest (i.e. fatal errors are the most severe, and should always be logged, * highest (i.e. fatal errors are the most severe, and should always be logged,
* but info events rarely need to be logged except during debugging). The * but info events rarely need to be logged except during debugging). The
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment