summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wt.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-28 15:39:31 +0000
committerphk <phk@FreeBSD.org>1995-10-28 15:39:31 +0000
commit7fd61cfafdd6b3dee4d468626c6ddb0cfac19d66 (patch)
tree7a650b2ba047df3a24edf181fde8921e94889edc /sys/i386/isa/wt.c
parent7b27d202bdb399f2adcb28bf30b22344b83fddc1 (diff)
downloadFreeBSD-src-7fd61cfafdd6b3dee4d468626c6ddb0cfac19d66.zip
FreeBSD-src-7fd61cfafdd6b3dee4d468626c6ddb0cfac19d66.tar.gz
Remove unused functions and variables, make things static, and other cleanups.
Diffstat (limited to 'sys/i386/isa/wt.c')
-rw-r--r--sys/i386/isa/wt.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/i386/isa/wt.c b/sys/i386/isa/wt.c
index e02c140..8ace33e 100644
--- a/sys/i386/isa/wt.c
+++ b/sys/i386/isa/wt.c
@@ -19,7 +19,7 @@
* the original CMU copyright notice.
*
* Version 1.3, Thu Nov 11 12:09:13 MSK 1993
- * $Id: wt.c,v 1.18 1995/09/05 05:45:34 julian Exp $
+ * $Id: wt.c,v 1.19 1995/09/08 11:08:03 bde Exp $
*
*/
@@ -201,7 +201,8 @@ wt_registerdev(struct isa_device *id)
/*
* Probe for the presence of the device.
*/
-int wtprobe (struct isa_device *id)
+static int
+wtprobe (struct isa_device *id)
{
wtinfo_t *t = wttab + id->id_unit;
@@ -247,7 +248,8 @@ int wtprobe (struct isa_device *id)
/*
* Device is found, configure it.
*/
-int wtattach (struct isa_device *id)
+static int
+wtattach (struct isa_device *id)
{
wtinfo_t *t = wttab + id->id_unit;
OpenPOWER on IntegriCloud