summaryrefslogtreecommitdiff
path: root/sys/dev/ic/bt485.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-08 17:19:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-08 17:19:27 +0000
commitca6b780f3bfa5c9a89ba92e6cd2521c9329cdc0f (patch)
tree42548dbe5d3a602c490a5126d137dcdef5c71c6f /sys/dev/ic/bt485.c
parent0ed1c38073e501cc08c2d664396820fe904f718c (diff)
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
don't need to be married. ok guenther miod beck jsing kettenis
Diffstat (limited to 'sys/dev/ic/bt485.c')
-rw-r--r--sys/dev/ic/bt485.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/bt485.c b/sys/dev/ic/bt485.c
index 49ab349b8ad..263742f45cd 100644
--- a/sys/dev/ic/bt485.c
+++ b/sys/dev/ic/bt485.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt485.c,v 1.13 2007/11/26 09:28:33 martynas Exp $ */
+/* $OpenBSD: bt485.c,v 1.14 2014/07/08 17:19:25 deraadt Exp $ */
/* $NetBSD: bt485.c,v 1.2 2000/04/02 18:55:01 nathanw Exp $ */
/*
@@ -39,8 +39,6 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
-#include <uvm/uvm_extern.h>
-
#include <dev/pci/pcivar.h>
#include <dev/ic/bt485reg.h>
#include <dev/ic/bt485var.h>