Module Name:    src
Committed By:   martin
Date:           Fri Jul  4 07:27:57 UTC 2014

Modified Files:
        src/sys/arch/playstation2/playstation2: autoconf.c

Log Message:
Add missing <sys/device.h> include


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/playstation2/playstation2/autoconf.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/playstation2/autoconf.c
diff -u src/sys/arch/playstation2/playstation2/autoconf.c:1.8 src/sys/arch/playstation2/playstation2/autoconf.c:1.9
--- src/sys/arch/playstation2/playstation2/autoconf.c:1.8	Mon Mar 31 11:25:49 2014
+++ src/sys/arch/playstation2/playstation2/autoconf.c	Fri Jul  4 07:27:57 2014
@@ -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 */

Reply via email to