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/acpi/dwiic_acpi.c | |
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/acpi/dwiic_acpi.c')
-rw-r--r-- | sys/dev/acpi/dwiic_acpi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/dwiic_acpi.c b/sys/dev/acpi/dwiic_acpi.c index 9ba51c73309..928cc588e7c 100644 --- a/sys/dev/acpi/dwiic_acpi.c +++ b/sys/dev/acpi/dwiic_acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dwiic_acpi.c,v 1.12 2019/08/04 15:44:17 kettenis Exp $ */ +/* $OpenBSD: dwiic_acpi.c,v 1.13 2020/02/18 12:13:39 mpi Exp $ */ /* * Synopsys DesignWare I2C controller * @@ -20,7 +20,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/kthread.h> #include <dev/acpi/acpireg.h> #include <dev/acpi/acpivar.h> |