Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/obs405 Fix compile error reported by Kazuhir...



details:   https://anonhg.NetBSD.org/src/rev/08d80c2b13c3
branches:  trunk
changeset: 449003:08d80c2b13c3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Feb 18 06:27:10 2019 +0000

description:
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 de8e54f3875b -r 08d80c2b13c3 sys/arch/evbppc/obs405/obs600_autoconf.c
--- a/sys/arch/evbppc/obs405/obs600_autoconf.c  Mon Feb 18 05:41:20 2019 +0000
+++ b/sys/arch/evbppc/obs405/obs600_autoconf.c  Mon Feb 18 06:27:10 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.8 2019/02/18 06:27:10 msaitoh 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.8 2019/02/18 06:27:10 msaitoh 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