summaryrefslogtreecommitdiff
path: root/sys/dev/pci/opl_cmpci.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-04-08 00:23:55 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-04-08 00:23:55 +0000
commita4306ab7d8473e6ba6e762a1eff29a636a589c61 (patch)
tree047386596aafe5d8890ba1ff657e808932f8d1d1 /sys/dev/pci/opl_cmpci.c
parentb1315fc8adcfaf96e97588fc9cfdf893743be325 (diff)
these files don't need to include proc.h anymore. ok oga for agp
Diffstat (limited to 'sys/dev/pci/opl_cmpci.c')
-rw-r--r--sys/dev/pci/opl_cmpci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/opl_cmpci.c b/sys/dev/pci/opl_cmpci.c
index 8408789085f..f089786b400 100644
--- a/sys/dev/pci/opl_cmpci.c
+++ b/sys/dev/pci/opl_cmpci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: opl_cmpci.c,v 1.4 2008/06/26 05:42:17 ray Exp $ */
+/* $OpenBSD: opl_cmpci.c,v 1.5 2010/04/08 00:23:53 tedu Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,6 @@
#include <sys/errno.h>
#include <sys/device.h>
#include <sys/malloc.h>
-#include <sys/proc.h>
#include <sys/conf.h>
#include <sys/selinfo.h>
#include <sys/audioio.h>