summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2009-01-10 22:12:21 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2009-01-10 22:12:21 +0000
commit65038172ae43f0c55ef9edb86a824e0027bf6703 (patch)
tree65a603ba9cfdcb60b213937eef57966126a43964
parent2848cda07dc5f2d7ed037b04c279ab405d99b995 (diff)
dont include mfs_extern.h here
ok miod@
-rw-r--r--sys/arch/mac68k/mac68k/pmap_bootstrap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mac68k/mac68k/pmap_bootstrap.c b/sys/arch/mac68k/mac68k/pmap_bootstrap.c
index b1c0ecb3352..7d8e974fea0 100644
--- a/sys/arch/mac68k/mac68k/pmap_bootstrap.c
+++ b/sys/arch/mac68k/mac68k/pmap_bootstrap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap_bootstrap.c,v 1.40 2008/01/04 19:05:32 miod Exp $ */
+/* $OpenBSD: pmap_bootstrap.c,v 1.41 2009/01/10 22:12:20 thib Exp $ */
/* $NetBSD: pmap_bootstrap.c,v 1.50 1999/04/07 06:14:33 scottr Exp $ */
/*
@@ -51,8 +51,6 @@
#include <machine/pte.h>
#include <machine/vmparam.h>
-#include <ufs/mfs/mfs_extern.h>
-
#include "zsc.h"
#if NZSC > 0