Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/arch/evbppc/obs405 Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/92fed3ab4ab9
branches:  netbsd-8
changeset: 449028:92fed3ab4ab9
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Feb 19 15:11:47 2019 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #1193):

        sys/arch/evbppc/obs405/obs600_autoconf.c: revision 1.8

Fix compile error reported by Kazuhiro Ito in PR kern/52704.

diffstat:

 sys/arch/evbppc/obs405/obs600_autoconf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 37573fd82dea -r 92fed3ab4ab9 sys/arch/evbppc/obs405/obs600_autoconf.c
--- a/sys/arch/evbppc/obs405/obs600_autoconf.c  Tue Feb 19 15:09:51 2019 +0000
+++ b/sys/arch/evbppc/obs405/obs600_autoconf.c  Tue Feb 19 15:11:47 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: obs600_autoconf.c,v 1.7 2013/11/21 13:52:27 kiyohara Exp $     */
+/*     $NetBSD: obs600_autoconf.c,v 1.7.22.1 2019/02/19 15:11:47 martin Exp $  */
 
 /*
  * Copyright 2004 Shigeyuki Fukushima.
@@ -33,7 +33,7 @@
  * DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obs600_autoconf.c,v 1.7 2013/11/21 13:52:27 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obs600_autoconf.c,v 1.7.22.1 2019/02/19 15:11:47 martin Exp $");
 
 #include "dwctwo.h"
 
@@ -55,6 +55,7 @@
 #include <dev/usb/usbdivar.h>
 
 #include <dwc2/dwc2.h>
+#include <dwc2/dwc2var.h>
 #include "dwc2_core.h"
 
 /* This parameters was set from u-boot. */



Home | Main Index | Thread Index | Old Index