summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp_via.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2014-03-17 22:01:57 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2014-03-17 22:01:57 +0000
commitf4dc22e0b89e7be895718e088fe9bacec26a3139 (patch)
treec9de07c8cd9f5fe668c86006e32f248a3e7fdc79 /sys/dev/pci/agp_via.c
parent6b20b663a5273ef75464feeb63b31e077da2b697 (diff)
The AGP ioctl interface is gone; remove the header file as well.
ok matthieu@
Diffstat (limited to 'sys/dev/pci/agp_via.c')
-rw-r--r--sys/dev/pci/agp_via.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/agp_via.c b/sys/dev/pci/agp_via.c
index 33fab817af4..eb60a6a0d44 100644
--- a/sys/dev/pci/agp_via.c
+++ b/sys/dev/pci/agp_via.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: agp_via.c,v 1.17 2011/10/16 01:11:31 dhill Exp $ */
+/* $OpenBSD: agp_via.c,v 1.18 2014/03/17 22:01:56 kettenis Exp $ */
/* $NetBSD: agp_via.c,v 1.2 2001/09/15 00:25:00 thorpej Exp $ */
/*-
@@ -36,7 +36,6 @@
#include <sys/lock.h>
#include <sys/conf.h>
#include <sys/device.h>
-#include <sys/agpio.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>