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/agp_ali.c | |
parent | 6b20b663a5273ef75464feeb63b31e077da2b697 (diff) |
The AGP ioctl interface is gone; remove the header file as well.
ok matthieu@
Diffstat (limited to 'sys/dev/pci/agp_ali.c')
-rw-r--r-- | sys/dev/pci/agp_ali.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/agp_ali.c b/sys/dev/pci/agp_ali.c index e41091d7d02..21b0a64ae60 100644 --- a/sys/dev/pci/agp_ali.c +++ b/sys/dev/pci/agp_ali.c @@ -1,4 +1,4 @@ -/* $OpenBSD: agp_ali.c,v 1.12 2010/08/07 18:15:38 oga Exp $ */ +/* $OpenBSD: agp_ali.c,v 1.13 2014/03/17 22:01:56 kettenis Exp $ */ /* $NetBSD: agp_ali.c,v 1.2 2001/09/15 00:25:00 thorpej Exp $ */ @@ -37,7 +37,6 @@ #include <sys/conf.h> #include <sys/device.h> #include <sys/lock.h> -#include <sys/agpio.h> #include <dev/pci/pcivar.h> #include <dev/pci/pcireg.h> |