diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2013-11-14 12:16:02 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2013-11-14 12:16:02 +0000 |
commit | b0fa27b37f545ca56466e40392fa1bcadbb5d4a9 (patch) | |
tree | 8c72532447985df720bf0b1387113eca5c63e969 /sys/dev/cardbus | |
parent | 022a2c0428dcc6312014dc24f0be4a756f374019 (diff) |
replace workqs with tasks for handling resume
from kimberley manning
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/if_fxp_cardbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cardbus/if_fxp_cardbus.c b/sys/dev/cardbus/if_fxp_cardbus.c index ebe967d2e63..b749bec205a 100644 --- a/sys/dev/cardbus/if_fxp_cardbus.c +++ b/sys/dev/cardbus/if_fxp_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fxp_cardbus.c,v 1.30 2013/08/07 01:06:26 bluhm Exp $ */ +/* $OpenBSD: if_fxp_cardbus.c,v 1.31 2013/11/14 12:16:01 dlg Exp $ */ /* $NetBSD: if_fxp_cardbus.c,v 1.12 2000/05/08 18:23:36 thorpej Exp $ */ /* @@ -46,7 +46,7 @@ #include <sys/kernel.h> #include <sys/timeout.h> #include <sys/device.h> -#include <sys/workq.h> +#include <sys/task.h> #include <net/if.h> #include <net/if_dl.h> |