Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/playstation2/playstation2 Add missing <sys/device.h...



details:   https://anonhg.NetBSD.org/src/rev/29ba27950d83
branches:  trunk
changeset: 330302:29ba27950d83
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jul 04 07:27:57 2014 +0000

description:
Add missing <sys/device.h> include

diffstat:

 sys/arch/playstation2/playstation2/autoconf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r e4b15a144a9d -r 29ba27950d83 sys/arch/playstation2/playstation2/autoconf.c
--- a/sys/arch/playstation2/playstation2/autoconf.c     Fri Jul 04 07:27:28 2014 +0000
+++ b/sys/arch/playstation2/playstation2/autoconf.c     Fri Jul 04 07:27:57 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.8 2014/03/31 11:25:49 martin Exp $      */
+/*     $NetBSD: autoconf.c,v 1.9 2014/07/04 07:27:57 martin Exp $      */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -27,10 +27,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.8 2014/03/31 11:25:49 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.9 2014/07/04 07:27:57 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/device.h>
 #include <sys/conf.h>
 
 #include <playstation2/ee/sifvar.h>                    /* sif_init */



Home | Main Index | Thread Index | Old Index