summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/tw.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/tw.c')
-rw-r--r--sys/i386/isa/tw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/tw.c b/sys/i386/isa/tw.c
index f8406f0..79a0a11 100644
--- a/sys/i386/isa/tw.c
+++ b/sys/i386/isa/tw.c
@@ -213,7 +213,7 @@ static d_write_t twwrite;
static d_select_t twselect;
#define CDEV_MAJOR 19
-struct cdevsw tw_cdevsw =
+static struct cdevsw tw_cdevsw =
{ twopen, twclose, twread, twwrite, /*19*/
noioc, nullstop, nullreset, nodevtotty, /* tw */
twselect, nommap, nostrat, "tw", NULL, -1 };
OpenPOWER on IntegriCloud