diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2013-11-14 12:10:06 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2013-11-14 12:10:06 +0000 |
commit | 022a2c0428dcc6312014dc24f0be4a756f374019 (patch) | |
tree | 06be8d178e4119cd7c2c7a2cec64d9f950930444 /sys/dev/ic/bwi.c | |
parent | 6bbcac4f3b51ed4714e2bf136f5f51c6880343b3 (diff) |
replace workqs with tasks for handling resume
from kimberley manning
Diffstat (limited to 'sys/dev/ic/bwi.c')
-rw-r--r-- | sys/dev/ic/bwi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/bwi.c b/sys/dev/ic/bwi.c index ff4c68d3511..68f7ebd91ff 100644 --- a/sys/dev/ic/bwi.c +++ b/sys/dev/ic/bwi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bwi.c,v 1.98 2013/10/01 20:05:59 sf Exp $ */ +/* $OpenBSD: bwi.c,v 1.99 2013/11/14 12:10:04 dlg Exp $ */ /* * Copyright (c) 2007 The DragonFly Project. All rights reserved. @@ -44,7 +44,7 @@ #include <sys/device.h> #include <sys/kernel.h> #include <sys/malloc.h> -#include <sys/workq.h> +#include <sys/task.h> #include <sys/mbuf.h> #include <sys/proc.h> #include <sys/socket.h> |