From a96f58c1dcb981252f898c6ed49b8c5233c19d45 Mon Sep 17 00:00:00 2001 From: Erik Arfvidson Date: Thu, 1 Dec 2016 01:31:03 -0500 Subject: [PATCH] staging: unisys: visorbus: vmcallinterface.h remove unused pound defines This patch removes all the unused pound defines currently in vmcallinterface.h. Signed-off-by: Erik Arfvidson Signed-off-by: David Kershner Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/visorbus/vmcallinterface.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/visorbus/vmcallinterface.h b/drivers/staging/unisys/visorbus/vmcallinterface.h index 86e695d5a441..a8f6f6ca7662 100644 --- a/drivers/staging/unisys/visorbus/vmcallinterface.h +++ b/drivers/staging/unisys/visorbus/vmcallinterface.h @@ -224,7 +224,6 @@ enum event_pc { /* POSTCODE event identifier tuples */ }; #define POSTCODE_SEVERITY_ERR DIAG_SEVERITY_ERR -#define POSTCODE_SEVERITY_WARNING DIAG_SEVERITY_WARNING /* TODO-> Info currently doesn't show, so we set info=warning */ #define POSTCODE_SEVERITY_INFO DIAG_SEVERITY_PRINT -- 2.39.2