aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-10-16 20:22:56 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-10-16 20:22:56 +0000
commit733634738ed6c3de9cd7937fdecdcaaa5555b03f (patch)
tree136df2f5eb3978a913bbef50def66e4c0eb9606d /sys/dev/cy
parenta9c76d92d2f1973701e47abbb31b9c53d10a0efd (diff)
downloadsrc-733634738ed6c3de9cd7937fdecdcaaa5555b03f.tar.gz
src-733634738ed6c3de9cd7937fdecdcaaa5555b03f.zip
Eliminate two unused arguments to ttycreate().
Notes
Notes: svn path=/head/; revision=151383
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index d6fe330938ec..75acea55ea09 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -433,7 +433,7 @@ cyattach_common(cy_addr cy_iobase, int cy_align)
swi_add(&clk_ithd, "cy", cypoll, NULL, SWI_CLOCK, 0,
&cy_slow_ih);
}
- ttycreate(tp, NULL, 0, MINOR_CALLOUT, "c%r%r",
+ ttycreate(tp, TS_CALLOUT, "c%r%r",
adapter, unit % CY_MAX_PORTS);
}
}