diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-22 00:51:59 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-22 00:51:59 +0000 |
commit | 4103ad3452544bc8691fa8c3dd0630b058373a8f (patch) | |
tree | 85561838b91e2bf27968d10523cadbe0fd91d3ec /sys/dev/pci/mmuagp.c | |
parent | ed1fc07629682217b4262db530476fa21391c3ca (diff) |
<sys/agpio.h> is gone; this compiles fine without it
Diffstat (limited to 'sys/dev/pci/mmuagp.c')
-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> |