summaryrefslogtreecommitdiffstats
path: root/sys/dev/stg
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-08 19:37:12 +0000
committermsmith <msmith@FreeBSD.org>2002-01-08 19:37:12 +0000
commitcb52de758f82c925fb6321f89fe6af8a6c1b83bb (patch)
tree43b4540f06f8d2fba207365ca8f6d48613c84489 /sys/dev/stg
parent2666545aeb7f6fd3b7579b9fc178ffabcc0badb2 (diff)
downloadFreeBSD-src-cb52de758f82c925fb6321f89fe6af8a6c1b83bb.zip
FreeBSD-src-cb52de758f82c925fb6321f89fe6af8a6c1b83bb.tar.gz
Staticise a couple of debugging variables.
Diffstat (limited to 'sys/dev/stg')
-rw-r--r--sys/dev/stg/tmc18c30.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/stg/tmc18c30.c b/sys/dev/stg/tmc18c30.c
index 6ddd151..39dd222 100644
--- a/sys/dev/stg/tmc18c30.c
+++ b/sys/dev/stg/tmc18c30.c
@@ -116,11 +116,11 @@
* DEBUG
***************************************************/
#ifdef STG_DEBUG
-int stg_debug;
+static int stg_debug;
#endif /* STG_DEBUG */
#ifdef STG_STATICS
-struct stg_statics {
+static struct stg_statics {
int arbit_fail_0;
int arbit_fail_1;
int disconnect;
OpenPOWER on IntegriCloud