From 7e95e8d94bf4ccccc742a5e7a1370afe0d890ae3 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Wed, 13 May 2020 10:34:42 +0300 Subject: 12728 emlxs: symbol 'emlxs_prog_type_t' is multiply-defined Reviewed by: Gergő Doma Reviewed by: Andy Fiddaman Reviewed by: Yuri Pankov Reviewed by: Aurélien Larcher Approved by: Garrett D'Amore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_hw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_hw.h b/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_hw.h index ab4b4b4e6b..406c90303b 100644 --- a/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_hw.h +++ b/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_hw.h @@ -2140,7 +2140,7 @@ typedef struct #define SLI_FW_TYPE_101 SLI_FW_TYPE_SHIFT(0xb) /* LP101 */ -enum emlxs_prog_type +typedef enum emlxs_prog_type { TEST_PROGRAM, /* 0 */ UTIL_PROGRAM, /* 1 */ -- cgit v1.2.3