Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/gumstix Fix evbarmv5 build



details:   https://anonhg.NetBSD.org/src/rev/4a5bdeee178e
branches:  trunk
changeset: 940032:4a5bdeee178e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 01 08:27:20 2020 +0000

description:
Fix evbarmv5 build

diffstat:

 sys/arch/evbarm/gumstix/gumstix_machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r b6f81a8b38f6 -r 4a5bdeee178e sys/arch/evbarm/gumstix/gumstix_machdep.c
--- a/sys/arch/evbarm/gumstix/gumstix_machdep.c Thu Oct 01 07:31:27 2020 +0000
+++ b/sys/arch/evbarm/gumstix/gumstix_machdep.c Thu Oct 01 08:27:20 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gumstix_machdep.c,v 1.67 2020/09/29 19:58:50 jmcneill Exp $ */
+/*     $NetBSD: gumstix_machdep.c,v 1.68 2020/10/01 08:27:20 skrll Exp $ */
 /*
  * Copyright (C) 2005, 2006, 2007  WIDE Project and SOUM Corporation.
  * All rights reserved.
@@ -152,10 +152,10 @@
 #include "arml2cc.h"
 #endif
 #include "prcm.h"
-#endif
 
 #include "arma9tmr.h"
 #include "armgtmr.h"
+#endif
 
 #include <sys/param.h>
 #include <sys/conf.h>



Home | Main Index | Thread Index | Old Index