Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/mpc85xx Whitespace cleanup



details:   https://anonhg.NetBSD.org/src/rev/b0f869774e06
branches:  trunk
changeset: 766185:b0f869774e06
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 18 06:36:25 2011 +0000

description:
Whitespace cleanup

diffstat:

 sys/arch/evbppc/mpc85xx/autoconf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 194722ef05d2 -r b0f869774e06 sys/arch/evbppc/mpc85xx/autoconf.c
--- a/sys/arch/evbppc/mpc85xx/autoconf.c        Sat Jun 18 06:25:43 2011 +0000
+++ b/sys/arch/evbppc/mpc85xx/autoconf.c        Sat Jun 18 06:36:25 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.3 2011/02/17 13:57:12 matt Exp $        */
+/*     $NetBSD: autoconf.c,v 1.4 2011/06/18 06:36:25 matt Exp $        */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.3 2011/02/17 13:57:12 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.4 2011/06/18 06:36:25 matt Exp $");
 
 #define __INTR_PRIVATE
 
@@ -47,8 +47,8 @@
 #include <sys/intr.h>
 #include <sys/systm.h>
 #include <sys/bus.h>
+#include <sys/cpu.h>
 
-#include <sys/cpu.h>
 #include <powerpc/booke/cpuvar.h>
 
 /*



Home | Main Index | Thread Index | Old Index