summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_alc.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/if_alc.c
parentb1315fc8adcfaf96e97588fc9cfdf893743be325 (diff)
these files don't need to include proc.h anymore. ok oga for agp
Diffstat (limited to 'sys/dev/pci/if_alc.c')
-rw-r--r--sys/dev/pci/if_alc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_alc.c b/sys/dev/pci/if_alc.c
index b0cc3199a99..95936997560 100644
--- a/sys/dev/pci/if_alc.c
+++ b/sys/dev/pci/if_alc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_alc.c,v 1.4 2010/02/27 08:19:47 kevlo Exp $ */
+/* $OpenBSD: if_alc.c,v 1.5 2010/04/08 00:23:53 tedu Exp $ */
/*-
* Copyright (c) 2009, Pyun YongHyeon <yongari@FreeBSD.org>
* All rights reserved.
@@ -32,7 +32,6 @@
#include "vlan.h"
#include <sys/param.h>
-#include <sys/proc.h>
#include <sys/endian.h>
#include <sys/systm.h>
#include <sys/types.h>