diff options
author | 2014-03-18 09:21:35 +0000 | |
---|---|---|
committer | 2014-03-18 09:21:35 +0000 | |
commit | 9a3338f3115bb7e651d6e815429b88da7163a391 (patch) | |
tree | eb324b83daf3ef5e8a8249a629cb33366e8103a0 | |
parent | <sys/agpio.h> is gone; pointed out by Benoit Lecocq. (diff) | |
download | wireguard-openbsd-9a3338f3115bb7e651d6e815429b88da7163a391.tar.xz wireguard-openbsd-9a3338f3115bb7e651d6e815429b88da7163a391.zip |
<sys/agpio.h> is gone
-rw-r--r-- | sys/dev/pci/agp_intel.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/agp_intel.c b/sys/dev/pci/agp_intel.c index f2bdb11592f..34123b1005b 100644 --- a/sys/dev/pci/agp_intel.c +++ b/sys/dev/pci/agp_intel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: agp_intel.c,v 1.20 2012/11/13 23:36:17 kettenis Exp $ */ +/* $OpenBSD: agp_intel.c,v 1.21 2014/03/18 09:21:35 mpi Exp $ */ /* $NetBSD: agp_intel.c,v 1.3 2001/09/15 00:25:00 thorpej Exp $ */ /*- @@ -34,9 +34,7 @@ #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/lock.h> -#include <sys/agpio.h> #include <sys/device.h> -#include <sys/agpio.h> #include <dev/pci/pcivar.h> #include <dev/pci/pcireg.h> |