From b2ae5a91ac16c5facb892dedc2dcb268eff07edf Mon Sep 17 00:00:00 2001 From: Philipp Rudo Date: Mon, 28 Oct 2019 17:56:15 +0100 Subject: [PATCH] zipl/sclp: Remove duplicate macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philipp Rudo Reviewed-by: Stefan Haberland Signed-off-by: Jan Höppner --- zipl/boot/sclp_stage3.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/zipl/boot/sclp_stage3.h b/zipl/boot/sclp_stage3.h index 72c8a58d..1391cf41 100644 --- a/zipl/boot/sclp_stage3.h +++ b/zipl/boot/sclp_stage3.h @@ -17,9 +17,6 @@ #define SDIAS_EVSTATE_ALL_STORED 0x00 #define SDIAS_EVSTATE_PART_STORED 0x10 -#define SDIAS_EVSTATE_ALL_STORED 0x00 -#define SDIAS_EVSTATE_PART_STORED 0x10 - struct sdias_evbuf { struct evbuf_header header; uint8_t event_qual;