aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorRyan Libby <rlibby@FreeBSD.org>2021-01-20 21:59:49 +0000
committerRyan Libby <rlibby@FreeBSD.org>2021-01-20 21:59:49 +0000
commit84ab9074d4c17203977205b1fb33ed70723e4f89 (patch)
tree01ca6fb54f3d0b40f349aa7d74253e78e1d74ffc /sys/dev
parent7a810290b8f6c6885fdb9917cf590d46fa270a61 (diff)
downloadsrc-84ab9074d4c17203977205b1fb33ed70723e4f89.tar.gz
src-84ab9074d4c17203977205b1fb33ed70723e4f89.zip
pms: quiet -Wunused-variable
Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D27994
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pms/freebsd/driver/common/lxcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pms/freebsd/driver/common/lxcommon.h b/sys/dev/pms/freebsd/driver/common/lxcommon.h
index 71ce230c3812..bbe33cf1fef7 100644
--- a/sys/dev/pms/freebsd/driver/common/lxcommon.h
+++ b/sys/dev/pms/freebsd/driver/common/lxcommon.h
@@ -313,7 +313,7 @@ ag_card_id_t ag_card_type[] = {
#endif //AGTIAPI_SA
};
-static const char *ag_card_names[] = {
+static char const * const ag_card_names[] = {
"Unknown",
"iSCSI DiXL Card",
"iSCSI iDX1 Card",