diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-09-19 22:21:10 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-09-19 22:21:10 +0000 |
commit | 6cdc977a03ecf6c5a8fff2c296b91025104b630c (patch) | |
tree | 0df3ce07f226f7d443dd79447a78b319d3f7c447 /sys/dev/ic | |
parent | b17958b14d4e86fcc63251ddb1d59dc0eb230d2f (diff) |
Make this build again.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/arcofi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/arcofi.c b/sys/dev/ic/arcofi.c index a5c11c6b649..9c34840db1a 100644 --- a/sys/dev/ic/arcofi.c +++ b/sys/dev/ic/arcofi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arcofi.c,v 1.16 2016/09/19 06:46:44 ratchov Exp $ */ +/* $OpenBSD: arcofi.c,v 1.17 2016/09/19 22:21:09 kettenis Exp $ */ /* * Copyright (c) 2011 Miodrag Vallat. @@ -218,7 +218,6 @@ int arcofi_start_output(void *, void *, int, void (*)(void *), void *); .start_input = arcofi_start_input, .halt_output = arcofi_halt_output, .halt_input = arcofi_halt_input, - .getdev = arcofi_getdev, .set_port = arcofi_set_port, .get_port = arcofi_get_port, .query_devinfo = arcofi_query_devinfo, |