diff options
author | 2014-03-22 00:51:58 +0000 | |
---|---|---|
committer | 2014-03-22 00:51:58 +0000 | |
commit | 1a24f9d1ce970bce0ab306b2ebcc73ccaee48063 (patch) | |
tree | 585a4c306d16547fa068dbdc1716fd26b3fcdb5f | |
parent | Second draft of my attempt to workaround the infamous R4000 end-of-page errata, (diff) | |
download | wireguard-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.c | 1 |
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> |