diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-17 22:01:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-17 22:01:57 +0000 |
commit | f4dc22e0b89e7be895718e088fe9bacec26a3139 (patch) | |
tree | c9de07c8cd9f5fe668c86006e32f248a3e7fdc79 /sys/dev/pci/vga_pci.c | |
parent | 6b20b663a5273ef75464feeb63b31e077da2b697 (diff) |
The AGP ioctl interface is gone; remove the header file as well.
ok matthieu@
Diffstat (limited to 'sys/dev/pci/vga_pci.c')
-rw-r--r-- | sys/dev/pci/vga_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index cedad32b2df..e8ae8f734c1 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga_pci.c,v 1.74 2013/12/06 21:03:04 deraadt Exp $ */ +/* $OpenBSD: vga_pci.c,v 1.75 2014/03/17 22:01:56 kettenis Exp $ */ /* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */ /* @@ -73,7 +73,6 @@ #include <sys/kernel.h> #include <sys/device.h> #include <sys/malloc.h> -#include <sys/agpio.h> #include <uvm/uvm.h> |