diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-24 06:02:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-24 06:02:59 +0000 |
commit | 48030f5214806f67ab1ca8e458d6db2d710fb8f7 (patch) | |
tree | 39bb9a71a8b65a67eebc467257da0ff49d4d02bc /sys/dev/pci/ichiic.c | |
parent | 5722c9ff9739e866a4937ee9a2dd5a8600ee53cf (diff) |
remove unneeded includes; ok miod@
Diffstat (limited to 'sys/dev/pci/ichiic.c')
-rw-r--r-- | sys/dev/pci/ichiic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/ichiic.c b/sys/dev/pci/ichiic.c index 8477c002479..30ffe226beb 100644 --- a/sys/dev/pci/ichiic.c +++ b/sys/dev/pci/ichiic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ichiic.c,v 1.54 2024/03/06 00:11:25 jsg Exp $ */ +/* $OpenBSD: ichiic.c,v 1.55 2024/05/24 06:02:53 jsg Exp $ */ /* * Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org> @@ -23,7 +23,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> -#include <sys/kernel.h> #include <sys/rwlock.h> #include <machine/bus.h> |