Module Name:    src
Committed By:   skrll
Date:           Thu Oct  1 08:27:20 UTC 2020

Modified Files:
        src/sys/arch/evbarm/gumstix: gumstix_machdep.c

Log Message:
Fix evbarmv5 build


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/evbarm/gumstix/gumstix_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/gumstix/gumstix_machdep.c
diff -u src/sys/arch/evbarm/gumstix/gumstix_machdep.c:1.67 src/sys/arch/evbarm/gumstix/gumstix_machdep.c:1.68
--- src/sys/arch/evbarm/gumstix/gumstix_machdep.c:1.67	Tue Sep 29 19:58:50 2020
+++ src/sys/arch/evbarm/gumstix/gumstix_machdep.c	Thu Oct  1 08:27:20 2020
@@ -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>

Reply via email to