Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm fix compile error.
details: https://anonhg.NetBSD.org/src/rev/d43cf84b2408
branches: trunk
changeset: 330945:d43cf84b2408
user: hkenken <hkenken%NetBSD.org@localhost>
date: Fri Jul 25 16:04:27 2014 +0000
description:
fix compile error.
diffstat:
sys/arch/evbarm/kobo/kobo_machdep.c | 5 +++--
sys/arch/evbarm/netwalker/netwalker_machdep.c | 6 ++++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (55 lines):
diff -r f05932a9b3f7 -r d43cf84b2408 sys/arch/evbarm/kobo/kobo_machdep.c
--- a/sys/arch/evbarm/kobo/kobo_machdep.c Fri Jul 25 16:00:35 2014 +0000
+++ b/sys/arch/evbarm/kobo/kobo_machdep.c Fri Jul 25 16:04:27 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kobo_machdep.c,v 1.1 2014/07/25 11:22:50 hkenken Exp $ */
+/* $NetBSD: kobo_machdep.c,v 1.2 2014/07/25 16:04:27 hkenken Exp $ */
/*
* Copyright (c) 2002, 2003, 2005, 2010 Genetec Corporation.
@@ -102,7 +102,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kobo_machdep.c,v 1.1 2014/07/25 11:22:50 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kobo_machdep.c,v 1.2 2014/07/25 16:04:27 hkenken Exp $");
#include "opt_evbarm_boardtype.h"
#include "opt_arm_debug.h"
@@ -118,6 +118,7 @@
#include <sys/param.h>
#include <sys/device.h>
+#include <sys/reboot.h>
#include <sys/termios.h>
#include <sys/bus.h>
diff -r f05932a9b3f7 -r d43cf84b2408 sys/arch/evbarm/netwalker/netwalker_machdep.c
--- a/sys/arch/evbarm/netwalker/netwalker_machdep.c Fri Jul 25 16:00:35 2014 +0000
+++ b/sys/arch/evbarm/netwalker/netwalker_machdep.c Fri Jul 25 16:04:27 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netwalker_machdep.c,v 1.16 2014/05/06 11:22:53 hkenken Exp $ */
+/* $NetBSD: netwalker_machdep.c,v 1.17 2014/07/25 16:04:27 hkenken Exp $ */
/*
* Copyright (c) 2002, 2003, 2005, 2010 Genetec Corporation.
@@ -102,9 +102,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netwalker_machdep.c,v 1.16 2014/05/06 11:22:53 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netwalker_machdep.c,v 1.17 2014/07/25 16:04:27 hkenken Exp $");
#include "opt_evbarm_boardtype.h"
+#include "opt_arm_debug.h"
#include "opt_cputypes.h"
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -119,6 +120,7 @@
#include <sys/param.h>
#include <sys/device.h>
+#include <sys/reboot.h>
#include <sys/termios.h>
#include <sys/bus.h>
Home |
Main Index |
Thread Index |
Old Index