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 sys/device.h for cfdata_t
details: https://anonhg.NetBSD.org/src/rev/378d68725faf
branches: trunk
changeset: 346551:378d68725faf
user: maya <maya%NetBSD.org@localhost>
date: Mon Jul 18 22:05:53 2016 +0000
description:
Include sys/device.h for cfdata_t
diffstat:
sys/arch/playstation2/dev/sbus.c | 5 +++--
sys/arch/playstation2/dev/spd.c | 5 +++--
sys/arch/playstation2/playstation2/mainbus.c | 5 +++--
3 files changed, 9 insertions(+), 6 deletions(-)
diffs (60 lines):
diff -r 31a4872aede7 -r 378d68725faf sys/arch/playstation2/dev/sbus.c
--- a/sys/arch/playstation2/dev/sbus.c Mon Jul 18 21:54:12 2016 +0000
+++ b/sys/arch/playstation2/dev/sbus.c Mon Jul 18 22:05:53 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbus.c,v 1.13 2016/07/18 21:54:12 maya Exp $ */
+/* $NetBSD: sbus.c,v 1.14 2016/07/18 22:05:53 maya Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -34,8 +34,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sbus.c,v 1.13 2016/07/18 21:54:12 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sbus.c,v 1.14 2016/07/18 22:05:53 maya Exp $");
+#include <sys/device.h>
#include <sys/param.h>
#include <sys/systm.h>
diff -r 31a4872aede7 -r 378d68725faf sys/arch/playstation2/dev/spd.c
--- a/sys/arch/playstation2/dev/spd.c Mon Jul 18 21:54:12 2016 +0000
+++ b/sys/arch/playstation2/dev/spd.c Mon Jul 18 22:05:53 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spd.c,v 1.10 2016/07/18 21:54:12 maya Exp $ */
+/* $NetBSD: spd.c,v 1.11 2016/07/18 22:05:53 maya Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,8 +30,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: spd.c,v 1.10 2016/07/18 21:54:12 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: spd.c,v 1.11 2016/07/18 22:05:53 maya Exp $");
+#include <sys/device.h>
#include <sys/param.h>
#include <sys/systm.h>
diff -r 31a4872aede7 -r 378d68725faf sys/arch/playstation2/playstation2/mainbus.c
--- a/sys/arch/playstation2/playstation2/mainbus.c Mon Jul 18 21:54:12 2016 +0000
+++ b/sys/arch/playstation2/playstation2/mainbus.c Mon Jul 18 22:05:53 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.13 2016/07/18 21:54:12 maya Exp $ */
+/* $NetBSD: mainbus.c,v 1.14 2016/07/18 22:05:53 maya Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -27,8 +27,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.13 2016/07/18 21:54:12 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.14 2016/07/18 22:05:53 maya Exp $");
+#include <sys/device.h>
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index