diff options
Diffstat (limited to 'sys/arch/loongson/stand/boot/exec.c')
-rw-r--r-- | sys/arch/loongson/stand/boot/exec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/loongson/stand/boot/exec.c b/sys/arch/loongson/stand/boot/exec.c index 3a66a224119..610389f973e 100644 --- a/sys/arch/loongson/stand/boot/exec.c +++ b/sys/arch/loongson/stand/boot/exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.c,v 1.2 2010/04/03 19:13:27 miod Exp $ */ +/* $OpenBSD: exec.c,v 1.3 2014/11/18 20:51:01 krw Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -22,7 +22,6 @@ #include <machine/pmon.h> #include "libsa.h" #include <lib/libsa/loadfile.h> -#include <machine/cpu.h> typedef void (*program)(int32_t, int32_t, int32_t *, int32_t, uint64_t *); |