summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-03-22 00:51:58 +0000
committerguenther <guenther@openbsd.org>2014-03-22 00:51:58 +0000
commit1a24f9d1ce970bce0ab306b2ebcc73ccaee48063 (patch)
tree585a4c306d16547fa068dbdc1716fd26b3fcdb5f
parentSecond draft of my attempt to workaround the infamous R4000 end-of-page errata, (diff)
downloadwireguard-openbsd-1a24f9d1ce970bce0ab306b2ebcc73ccaee48063.tar.xz
wireguard-openbsd-1a24f9d1ce970bce0ab306b2ebcc73ccaee48063.zip
<sys/agpio.h> is gone; this compiles fine without it
-rw-r--r--sys/dev/pci/mmuagp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/mmuagp.c b/sys/dev/pci/mmuagp.c
index f1a31cc6834..4a5e07a3075 100644
--- a/sys/dev/pci/mmuagp.c
+++ b/sys/dev/pci/mmuagp.c
@@ -31,7 +31,6 @@
#include <sys/proc.h>
#include <sys/conf.h>
#include <sys/device.h>
-#include <sys/agpio.h>
#include <uvm/uvm_extern.h>