diff options
Diffstat (limited to 'sys/dev/pci/agp_via.c')
-rw-r--r-- | sys/dev/pci/agp_via.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/agp_via.c b/sys/dev/pci/agp_via.c index cdec2b29feb..efacc75d2f2 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.14 2009/05/10 16:57:44 oga Exp $ */ +/* $OpenBSD: agp_via.c,v 1.15 2010/04/08 00:23:53 tedu Exp $ */ /* $NetBSD: agp_via.c,v 1.2 2001/09/15 00:25:00 thorpej Exp $ */ /*- @@ -34,7 +34,6 @@ #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/lock.h> -#include <sys/proc.h> #include <sys/conf.h> #include <sys/device.h> #include <sys/agpio.h> |