diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-08 16:36:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-08 16:36:34 +0000 |
commit | 0946234057183a7e0e4ac733ceb4983302b53f3d (patch) | |
tree | 27b575d8b4abae09793e38138acbbcbb5dbe9c4f /sys/dev/cardbus | |
parent | 00c733b04cefd26163743557b97145c37d376439 (diff) |
activate function for suspend/restore; from mglocker
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/if_malo_cardbus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/cardbus/if_malo_cardbus.c b/sys/dev/cardbus/if_malo_cardbus.c index 230fc56ccb4..f548b425d45 100644 --- a/sys/dev/cardbus/if_malo_cardbus.c +++ b/sys/dev/cardbus/if_malo_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_malo_cardbus.c,v 1.9 2010/03/27 21:40:13 jsg Exp $ */ +/* $OpenBSD: if_malo_cardbus.c,v 1.10 2010/08/08 16:36:33 deraadt Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -19,6 +19,7 @@ #include "bpfilter.h" #include <sys/param.h> +#include <sys/workq.h> #include <sys/mbuf.h> #include <sys/socket.h> #include <sys/systm.h> |