Module Name: src
Committed By: maya
Date: Mon Jul 18 22:05:53 UTC 2016
Modified Files:
src/sys/arch/playstation2/dev: sbus.c spd.c
src/sys/arch/playstation2/playstation2: mainbus.c
Log Message:
Include sys/device.h for cfdata_t
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/playstation2/dev/sbus.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/playstation2/dev/spd.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/playstation2/playstation2/mainbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/playstation2/dev/sbus.c
diff -u src/sys/arch/playstation2/dev/sbus.c:1.13 src/sys/arch/playstation2/dev/sbus.c:1.14
--- src/sys/arch/playstation2/dev/sbus.c:1.13 Mon Jul 18 21:54:12 2016
+++ src/sys/arch/playstation2/dev/sbus.c Mon Jul 18 22:05:53 2016
@@ -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>
Index: src/sys/arch/playstation2/dev/spd.c
diff -u src/sys/arch/playstation2/dev/spd.c:1.10 src/sys/arch/playstation2/dev/spd.c:1.11
--- src/sys/arch/playstation2/dev/spd.c:1.10 Mon Jul 18 21:54:12 2016
+++ src/sys/arch/playstation2/dev/spd.c Mon Jul 18 22:05:53 2016
@@ -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>
Index: src/sys/arch/playstation2/playstation2/mainbus.c
diff -u src/sys/arch/playstation2/playstation2/mainbus.c:1.13 src/sys/arch/playstation2/playstation2/mainbus.c:1.14
--- src/sys/arch/playstation2/playstation2/mainbus.c:1.13 Mon Jul 18 21:54:12 2016
+++ src/sys/arch/playstation2/playstation2/mainbus.c Mon Jul 18 22:05:53 2016
@@ -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>