diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2020-02-18 12:13:41 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2020-02-18 12:13:41 +0000 |
commit | 7d507c040f5f8f249c657a3d207a3bf7bdc53eec (patch) | |
tree | 698cdb0d3acaecff97ee9a8db4e6bb043b99dc71 /sys/dev/cardbus | |
parent | 6c021d06f2e23c6a91445e3d65aec15fd8885ac9 (diff) |
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Do not include <sys/kthread.h> where it is not needed and stop including
<sys/proc.h> in it.
ok visa@, anton@
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/cardslot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/cardbus/cardslot.c b/sys/dev/cardbus/cardslot.c index 1d42d20101d..a90ca275e86 100644 --- a/sys/dev/cardbus/cardslot.c +++ b/sys/dev/cardbus/cardslot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cardslot.c,v 1.21 2016/09/15 02:00:17 dlg Exp $ */ +/* $OpenBSD: cardslot.c,v 1.22 2020/02/18 12:13:39 mpi Exp $ */ /* $NetBSD: cardslot.c,v 1.9 2000/03/22 09:35:06 haya Exp $ */ /* @@ -34,7 +34,6 @@ #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/syslog.h> -#include <sys/kthread.h> #include <sys/pool.h> #include <sys/task.h> |