summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/fga.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-11-06 19:53:22 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-11-06 19:53:22 +0000
commit1a05584a00bbab0c5d169a8d3af7b22cafbfd92e (patch)
tree5ddd0ec6d94f69ad3960926e58a87b6d82166c7a /sys/arch/sparc/dev/fga.c
parentef75d88ca83504eb18013af4622826ef9b5ff28d (diff)
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
(Look ma, I might have broken the tree)
Diffstat (limited to 'sys/arch/sparc/dev/fga.c')
-rw-r--r--sys/arch/sparc/dev/fga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/fga.c b/sys/arch/sparc/dev/fga.c
index 4d5cecab670..b9342d76021 100644
--- a/sys/arch/sparc/dev/fga.c
+++ b/sys/arch/sparc/dev/fga.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fga.c,v 1.4 2000/03/22 04:33:44 jason Exp $ */
+/* $OpenBSD: fga.c,v 1.5 2001/11/06 19:53:16 miod Exp $ */
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@ -48,7 +48,7 @@
#include <sys/syslog.h>
#include <sys/device.h>
#include <sys/malloc.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <machine/pmap.h>
#include <machine/autoconf.h>