diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2016-09-19 06:46:45 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2016-09-19 06:46:45 +0000 |
commit | fcb46c4365c40831220993f10e09b4acccea5eec (patch) | |
tree | a429e44b79bc7a9c6395dd47c78f7a1d729f1d14 /sys/dev/audio.c | |
parent | 6baeb374a4d5982a962bf603c1fd84a2d3481a4a (diff) |
Remove unused getdev() audio driver functions.
Diffstat (limited to 'sys/dev/audio.c')
-rw-r--r-- | sys/dev/audio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/audio.c b/sys/dev/audio.c index 920889e6ad9..d3a5892d523 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: audio.c,v 1.152 2016/09/14 06:12:19 ratchov Exp $ */ +/* $OpenBSD: audio.c,v 1.153 2016/09/19 06:46:43 ratchov Exp $ */ /* * Copyright (c) 2015 Alexandre Ratchov <alex@caoua.org> * @@ -1023,7 +1023,6 @@ audio_attach(struct device *parent, struct device *self, void *aux) (ops->start_input == 0 && ops->trigger_input == 0) || ops->halt_output == 0 || ops->halt_input == 0 || - ops->getdev == 0 || ops->set_port == 0 || ops->get_port == 0 || ops->query_devinfo == 0 || |