summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2013-11-14 12:10:06 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2013-11-14 12:10:06 +0000
commit022a2c0428dcc6312014dc24f0be4a756f374019 (patch)
tree06be8d178e4119cd7c2c7a2cec64d9f950930444 /sys/dev/cardbus
parent6bbcac4f3b51ed4714e2bf136f5f51c6880343b3 (diff)
replace workqs with tasks for handling resume
from kimberley manning
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r--sys/dev/cardbus/if_bwi_cardbus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cardbus/if_bwi_cardbus.c b/sys/dev/cardbus/if_bwi_cardbus.c
index e4e5b3c90bf..763b919b6ee 100644
--- a/sys/dev/cardbus/if_bwi_cardbus.c
+++ b/sys/dev/cardbus/if_bwi_cardbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bwi_cardbus.c,v 1.13 2010/08/06 05:26:24 mglocker Exp $ */
+/* $OpenBSD: if_bwi_cardbus.c,v 1.14 2013/11/14 12:10:04 dlg Exp $ */
/*
* Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
@@ -24,7 +24,7 @@
#include "bpfilter.h"
#include <sys/param.h>
-#include <sys/workq.h>
+#include <sys/task.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/systm.h>