diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-08-16 12:55:56 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-08-16 12:55:56 +0000 |
commit | f7aeb80c32e306491000e6a4091e2c41b703d0d9 (patch) | |
tree | c89aef959610a23e16d4997784706ff14f747df8 /sys/dev | |
parent | d39458989190c77326d1ae3d1a28626da1d0b774 (diff) |
remove prototype for uark_open for which there is no implementation.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/uark.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/uark.c b/sys/dev/usb/uark.c index abc16b1b911..023536c27c5 100644 --- a/sys/dev/usb/uark.c +++ b/sys/dev/usb/uark.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uark.c,v 1.11 2007/10/11 18:33:14 deraadt Exp $ */ +/* $OpenBSD: uark.c,v 1.12 2009/08/16 12:55:55 jsg Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -74,7 +74,6 @@ struct uark_softc { void uark_get_status(void *, int portno, u_char *lsr, u_char *msr); void uark_set(void *, int, int, int); int uark_param(void *, int, struct termios *); -int uark_open(void *sc, int); void uark_break(void *, int, int); int uark_cmd(struct uark_softc *, uint16_t, uint16_t); |