Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/beagle include com.h before testing NCOM



details:   https://anonhg.NetBSD.org/src/rev/3651c123f9b9
branches:  trunk
changeset: 786107:3651c123f9b9
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Apr 15 18:56:38 2013 +0000

description:
include com.h before testing NCOM

diffstat:

 sys/arch/evbarm/beagle/beagle_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 19f6c2e52638 -r 3651c123f9b9 sys/arch/evbarm/beagle/beagle_machdep.c
--- a/sys/arch/evbarm/beagle/beagle_machdep.c   Mon Apr 15 18:51:29 2013 +0000
+++ b/sys/arch/evbarm/beagle/beagle_machdep.c   Mon Apr 15 18:56:38 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: beagle_machdep.c,v 1.37 2013/03/13 03:03:04 khorben Exp $ */
+/*     $NetBSD: beagle_machdep.c,v 1.38 2013/04/15 18:56:38 bouyer Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.37 2013/03/13 03:03:04 khorben Exp $");
+__KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.38 2013/04/15 18:56:38 bouyer Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -135,6 +135,7 @@
 #include "opt_com.h"
 #include "opt_omap.h"
 #include "prcm.h"
+#include "com.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -241,7 +242,6 @@
 
 bs_protos(bs_notimpl);
 
-#include "com.h"
 #if NCOM > 0
 #include <dev/ic/comreg.h>
 #include <dev/ic/comvar.h>



Home | Main Index | Thread Index | Old Index