summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2860.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-09-06 05:41:36 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-09-06 05:41:36 +0000
commit9183ba67d656ca85236a08022af1ba43036b4c95 (patch)
treece0b112a9f0c670ce4bf4f9aa49299e8d3fca6ae /sys/dev/ic/rt2860.c
parent0e08178557a263e97ce7f98c3e93498df080c1cc (diff)
reduce the amount of pci includes
Diffstat (limited to 'sys/dev/ic/rt2860.c')
-rw-r--r--sys/dev/ic/rt2860.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/rt2860.c b/sys/dev/ic/rt2860.c
index 1ee6aa35663..7779e768bb0 100644
--- a/sys/dev/ic/rt2860.c
+++ b/sys/dev/ic/rt2860.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2860.c,v 1.74 2014/07/22 13:12:12 mpi Exp $ */
+/* $OpenBSD: rt2860.c,v 1.75 2014/09/06 05:41:35 jsg Exp $ */
/*-
* Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -58,8 +58,6 @@
#include <dev/ic/rt2860var.h>
#include <dev/ic/rt2860reg.h>
-#include <dev/pci/pcireg.h>
-#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>
#include <dev/rndvar.h>