summaryrefslogtreecommitdiffstats
path: root/sys/dev/si
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-04-11 03:06:07 +0000
committereivind <eivind@FreeBSD.org>1999-04-11 03:06:07 +0000
commit94b16edfb74a4dd3acebabd323041c2942bf9522 (patch)
treecc3f9695cde322c17bdb713025c5e60f13dd5a5a /sys/dev/si
parent7c680e088dae07c097a8f36169e7016264ee9bf4 (diff)
downloadFreeBSD-src-94b16edfb74a4dd3acebabd323041c2942bf9522.zip
FreeBSD-src-94b16edfb74a4dd3acebabd323041c2942bf9522.tar.gz
Staticize.
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si2_z280.c2
-rw-r--r--sys/dev/si/si3_t225.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/si/si2_z280.c b/sys/dev/si/si2_z280.c
index 72596d4..28261fa 100644
--- a/sys/dev/si/si2_z280.c
+++ b/sys/dev/si/si2_z280.c
@@ -30,7 +30,7 @@
/* SI2_Z280.C Version, Bootstrap and Download Code Arrays... */
-char *si2_z280_ident = "%W%";
+static char *si2_z280_ident = "%W%";
/* SI2_Z280 embedded version...
diff --git a/sys/dev/si/si3_t225.c b/sys/dev/si/si3_t225.c
index 4d26911..2b70a6c 100644
--- a/sys/dev/si/si3_t225.c
+++ b/sys/dev/si/si3_t225.c
@@ -30,7 +30,7 @@
/* SI3_T225.C Version, Bootstrap and Download Code Arrays... */
-char *si3_t225_ident = "%W%";
+static char *si3_t225_ident = "%W%";
/* SI3_T225 embedded version...
OpenPOWER on IntegriCloud