diff options
Diffstat (limited to 'sys/dev/si/si.c')
-rw-r--r-- | sys/dev/si/si.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index b576bbd..1eff206 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -1986,7 +1986,7 @@ si_lstart(void *arg) /* * Stop output on a line. called at spltty(); */ -void +static void si_stop(struct tty *tp, int rw) { volatile struct si_channel *ccbp; |