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/fdt | |
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/fdt')
-rw-r--r-- | sys/dev/fdt/imxesdhc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fdt/imxesdhc.c b/sys/dev/fdt/imxesdhc.c index a6a19e999f2..1178ec7ccca 100644 --- a/sys/dev/fdt/imxesdhc.c +++ b/sys/dev/fdt/imxesdhc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imxesdhc.c,v 1.12 2020/01/13 13:30:00 mpi Exp $ */ +/* $OpenBSD: imxesdhc.c,v 1.13 2020/02/18 12:13:39 mpi Exp $ */ /* * Copyright (c) 2009 Dale Rahn <drahn@openbsd.org> * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -22,7 +22,6 @@ #include <sys/param.h> #include <sys/device.h> #include <sys/kernel.h> -#include <sys/kthread.h> #include <sys/malloc.h> #include <sys/systm.h> #include <machine/bus.h> |