summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym/sym_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sym/sym_defs.h')
-rw-r--r--sys/dev/sym/sym_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sym/sym_defs.h b/sys/dev/sym/sym_defs.h
index ad1481f..4833504 100644
--- a/sys/dev/sym/sym_defs.h
+++ b/sys/dev/sym/sym_defs.h
@@ -90,7 +90,7 @@
struct sym_pci_chip {
u_short device_id;
unsigned short revision_id;
- char *name;
+ const char *name;
u_char burst_max; /* log-base-2 of max burst */
u_char offset_max;
u_char nr_divisor;
OpenPOWER on IntegriCloud