summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digi.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-02-27 23:47:45 +0000
committerpeter <peter@FreeBSD.org>2002-02-27 23:47:45 +0000
commit8fc732f9587265e8da3ceec0c55e1123e6ea8e27 (patch)
treefbaabf4a52398b17bd38811ea800d66ad8382d68 /sys/dev/digi/digi.c
parent78adc01edf32eb7d973783bf4c696febbabf4b45 (diff)
downloadFreeBSD-src-8fc732f9587265e8da3ceec0c55e1123e6ea8e27.zip
FreeBSD-src-8fc732f9587265e8da3ceec0c55e1123e6ea8e27.tar.gz
Fix warnings. The driver would be more useful with a DRIVER_MODULE()
entry so that it actually can do something.
Diffstat (limited to 'sys/dev/digi/digi.c')
-rw-r--r--sys/dev/digi/digi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/digi/digi.c b/sys/dev/digi/digi.c
index 0f0ce00..6b92a35 100644
--- a/sys/dev/digi/digi.c
+++ b/sys/dev/digi/digi.c
@@ -106,7 +106,7 @@ struct con_bios {
};
static struct con_bios *con_bios_list;
-static devclass_t digi_devclass;
+devclass_t digi_devclass;
static char driver_name[] = "digi";
unsigned digi_debug = 0;
OpenPOWER on IntegriCloud