summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ips.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-04-06 22:28:08 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-04-06 22:28:08 +0000
commitfd68c6363abe0cbf58a199c00f9e3f8878d0e47d (patch)
tree03fbe5ae66cae6cf5ad7acde46bda134c9ae91ea /sys/dev/pci/ips.c
parent11a6a2cc862585e12ff84efc7336056f522a5322 (diff)
update a random sampling of drivers after the proc.h -> systm.h move
Diffstat (limited to 'sys/dev/pci/ips.c')
-rw-r--r--sys/dev/pci/ips.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/ips.c b/sys/dev/pci/ips.c
index 58936bdca31..be8bc779a01 100644
--- a/sys/dev/pci/ips.c
+++ b/sys/dev/pci/ips.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ips.c,v 1.95 2010/03/23 01:57:20 krw Exp $ */
+/* $OpenBSD: ips.c,v 1.96 2010/04/06 22:28:07 tedu Exp $ */
/*
* Copyright (c) 2006, 2007, 2009 Alexander Yurchenko <grange@openbsd.org>
@@ -29,7 +29,6 @@
#include <sys/ioctl.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
-#include <sys/proc.h>
#include <sys/sensors.h>
#include <sys/timeout.h>
#include <sys/queue.h>