summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-03-06 23:14:18 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-03-06 23:14:18 +0000
commit13c8b22373e9a4c1123fb249323ccf54fbe6d040 (patch)
tree22d8e64a1a0883c55c605a34052cf18400f167d8 /sys/dev
parent8ed3145c9f0f04555c819740d4a10ad5408fedd4 (diff)
remove unused #include
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_dc_pci.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_dc_pci.c b/sys/dev/pci/if_dc_pci.c
index 23127a3823c..fdac0cbc589 100644
--- a/sys/dev/pci/if_dc_pci.c
+++ b/sys/dev/pci/if_dc_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_dc_pci.c,v 1.26 2002/03/04 22:39:35 nate Exp $ */
+/* $OpenBSD: if_dc_pci.c,v 1.27 2002/03/06 23:14:17 nate Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -65,8 +65,6 @@
#include <net/bpf.h>
#endif
-#include <uvm/uvm_extern.h> /* for vtophys */
-
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>