Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/playstation2 We need to include param.h before devi...
details: https://anonhg.NetBSD.org/src/rev/abc2415c9e00
branches: trunk
changeset: 346565:abc2415c9e00
user: maya <maya%NetBSD.org@localhost>
date: Tue Jul 19 13:48:51 2016 +0000
description:
We need to include param.h before device.h, as it uses uint64_t
diffstat:
sys/arch/playstation2/dev/sbus.c | 6 +++---
sys/arch/playstation2/dev/spd.c | 6 +++---
sys/arch/playstation2/playstation2/mainbus.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (66 lines):
diff -r d8c053ab9d6d -r abc2415c9e00 sys/arch/playstation2/dev/sbus.c
--- a/sys/arch/playstation2/dev/sbus.c Tue Jul 19 13:11:38 2016 +0000
+++ b/sys/arch/playstation2/dev/sbus.c Tue Jul 19 13:48:51 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbus.c,v 1.15 2016/07/18 22:07:38 maya Exp $ */
+/* $NetBSD: sbus.c,v 1.16 2016/07/19 13:48:51 maya Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -34,10 +34,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sbus.c,v 1.15 2016/07/18 22:07:38 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sbus.c,v 1.16 2016/07/19 13:48:51 maya Exp $");
+#include <sys/param.h>
#include <sys/device.h>
-#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bootinfo.h>
diff -r d8c053ab9d6d -r abc2415c9e00 sys/arch/playstation2/dev/spd.c
--- a/sys/arch/playstation2/dev/spd.c Tue Jul 19 13:11:38 2016 +0000
+++ b/sys/arch/playstation2/dev/spd.c Tue Jul 19 13:48:51 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spd.c,v 1.11 2016/07/18 22:05:53 maya Exp $ */
+/* $NetBSD: spd.c,v 1.12 2016/07/19 13:48:51 maya Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,10 +30,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: spd.c,v 1.11 2016/07/18 22:05:53 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: spd.c,v 1.12 2016/07/19 13:48:51 maya Exp $");
+#include <sys/param.h>
#include <sys/device.h>
-#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bootinfo.h>
diff -r d8c053ab9d6d -r abc2415c9e00 sys/arch/playstation2/playstation2/mainbus.c
--- a/sys/arch/playstation2/playstation2/mainbus.c Tue Jul 19 13:11:38 2016 +0000
+++ b/sys/arch/playstation2/playstation2/mainbus.c Tue Jul 19 13:48:51 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.14 2016/07/18 22:05:53 maya Exp $ */
+/* $NetBSD: mainbus.c,v 1.15 2016/07/19 13:48:52 maya Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -27,10 +27,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.14 2016/07/18 22:05:53 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.15 2016/07/19 13:48:52 maya Exp $");
+#include <sys/param.h>
#include <sys/device.h>
-#include <sys/param.h>
#include <sys/systm.h>
#include <machine/autoconf.h>
Home |
Main Index |
Thread Index |
Old Index