From: David Kershner Date: Mon, 12 Oct 2015 19:19:45 +0000 (-0400) Subject: staging: unisys: diagchannel.h: get rid of unused fields X-Git-Tag: firefly_0821_release~176^2~802^2~1018 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b1121ab49f72faeccef3be4eb3ff9548582084c7;p=firefly-linux-kernel-4.4.55.git 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: David Kershner Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/include/diagchannel.h b/drivers/staging/unisys/include/diagchannel.h index d2d35685d69f..6e813c77b97e 100644 --- a/drivers/staging/unisys/include/diagchannel.h +++ b/drivers/staging/unisys/include/diagchannel.h @@ -16,11 +16,6 @@ #ifndef _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 * 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