summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym/sym_fw2.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sym/sym_fw2.h')
-rw-r--r--sys/dev/sym/sym_fw2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sym/sym_fw2.h b/sys/dev/sym/sym_fw2.h
index 93beaac..d006c9c 100644
--- a/sys/dev/sym/sym_fw2.h
+++ b/sys/dev/sym/sym_fw2.h
@@ -210,7 +210,7 @@ struct SYM_FWB_SCR {
u32 snoopend [ 2];
};
-static struct SYM_FWA_SCR SYM_FWA_SCR = {
+static const struct SYM_FWA_SCR SYM_FWA_SCR = {
/*--------------------------< START >----------------------------*/ {
/*
* Switch the LED on.
@@ -1195,7 +1195,7 @@ static struct SYM_FWA_SCR SYM_FWA_SCR = {
}/*-------------------------<>-----------------------------------*/
};
-static struct SYM_FWB_SCR SYM_FWB_SCR = {
+static const struct SYM_FWB_SCR SYM_FWB_SCR = {
/*--------------------------< START64 >--------------------------*/ {
/*
* SCRIPT entry point for the 895A, 896 and 1010.
OpenPOWER on IntegriCloud