diff options
author | Toomas Soome <tsoome@me.com> | 2020-05-13 10:34:42 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2020-05-17 20:06:11 +0300 |
commit | 7e95e8d94bf4ccccc742a5e7a1370afe0d890ae3 (patch) | |
tree | dbd1ac301f80ee77dee73a9eb470ca6fbb5fe276 /usr/src/uts | |
parent | bd025ac2b6fbfbc59dfc0bd50a0e56dd56de9229 (diff) | |
download | illumos-joyent-7e95e8d94bf4ccccc742a5e7a1370afe0d890ae3.tar.gz |
12728 emlxs: symbol 'emlxs_prog_type_t' is multiply-defined
Reviewed by: Gergő Doma <domag02@gmail.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Yuri Pankov <ypankov@fastmail.com>
Reviewed by: Aurélien Larcher <aurelien.larcher@gmail.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts')
-rw-r--r-- | usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |