Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/playstation2/include Rearrange order of includes



details:   https://anonhg.NetBSD.org/src/rev/07780974de38
branches:  trunk
changeset: 328352:07780974de38
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Apr 01 14:08:50 2014 +0000

description:
Rearrange order of includes

diffstat:

 sys/arch/playstation2/include/param.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 18f1a6bda3e8 -r 07780974de38 sys/arch/playstation2/include/param.h
--- a/sys/arch/playstation2/include/param.h     Tue Apr 01 14:06:38 2014 +0000
+++ b/sys/arch/playstation2/include/param.h     Tue Apr 01 14:08:50 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.9 2014/03/31 11:41:01 martin Exp $ */
+/*     $NetBSD: param.h,v 1.10 2014/04/01 14:08:50 martin Exp $        */
 
 /*
  * Copyright (c) 1992, 1993
@@ -71,11 +71,11 @@
 #ifndef        _PLAYSTATION2_PARAM_H_
 #define        _PLAYSTATION2_PARAM_H_
 
-#include <mips/mips_param.h>
-
 #define        _MACHINE        playstation2
 #define        MACHINE         "playstation2"
 
+#include <mips/mips_param.h>
+
 #define        DEV_BSIZE       512
 #define        DEV_BSHIFT      9               /* log2(DEV_BSIZE) */
 #define BLKDEV_IOSIZE  2048



Home | Main Index | Thread Index | Old Index