summaryrefslogtreecommitdiffstats
path: root/sys/arch/sh
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2014-04-14 07:36:12 +0000
committermpi <mpi@openbsd.org>2014-04-14 07:36:12 +0000
commit40e148b5880cffcf43f44d4ffe50d8c0158d1f2c (patch)
tree1f3c5454b1b747cff02c82a0a3db4c4433435b17 /sys/arch/sh
parentFix the following idiom in the following way: (diff)
downloadwireguard-openbsd-40e148b5880cffcf43f44d4ffe50d8c0158d1f2c.tar.xz
wireguard-openbsd-40e148b5880cffcf43f44d4ffe50d8c0158d1f2c.zip
Fewer <uvm/uvm.h>
Diffstat (limited to 'sys/arch/sh')
-rw-r--r--sys/arch/sh/sh/locore_c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/sh/locore_c.c b/sys/arch/sh/sh/locore_c.c
index 153589be8b2..41f1de60dbb 100644
--- a/sys/arch/sh/sh/locore_c.c
+++ b/sys/arch/sh/sh/locore_c.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore_c.c,v 1.10 2010/06/27 12:41:23 miod Exp $ */
+/* $OpenBSD: locore_c.c,v 1.11 2014/04/14 07:36:12 mpi Exp $ */
/* $NetBSD: locore_c.c,v 1.13 2006/03/04 01:13:35 uwe Exp $ */
/*-
@@ -110,7 +110,7 @@
#include <sys/sched.h>
#include <sys/proc.h>
-#include <uvm/uvm.h>
+#include <uvm/uvm_extern.h>
#include <sh/locore.h>
#include <sh/cpu.h>