diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-04-06 22:28:08 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-04-06 22:28:08 +0000 |
commit | fd68c6363abe0cbf58a199c00f9e3f8878d0e47d (patch) | |
tree | 03fbe5ae66cae6cf5ad7acde46bda134c9ae91ea /sys/dev/pci/nofn.c | |
parent | 11a6a2cc862585e12ff84efc7336056f522a5322 (diff) |
update a random sampling of drivers after the proc.h -> systm.h move
Diffstat (limited to 'sys/dev/pci/nofn.c')
-rw-r--r-- | sys/dev/pci/nofn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/nofn.c b/sys/dev/pci/nofn.c index 0b40d3db35d..e8b21a6aba4 100644 --- a/sys/dev/pci/nofn.c +++ b/sys/dev/pci/nofn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nofn.c,v 1.16 2008/05/22 19:23:04 mk Exp $ */ +/* $OpenBSD: nofn.c,v 1.17 2010/04/06 22:28:07 tedu Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -37,13 +37,13 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/errno.h> #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/mbuf.h> #include <sys/device.h> #include <sys/queue.h> +#include <sys/timeout.h> #include <crypto/cryptodev.h> #include <crypto/cryptosoft.h> |