Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/common Don't try to include usb_verbose...



details:   https://anonhg.NetBSD.org/src/rev/42757ab0780f
branches:  pgoyette-compat
changeset: 830760:42757ab0780f
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Sep 23 07:39:43 2018 +0000

description:
Don't try to include usb_verbose.h - it might not exist on platforms
that don't have USB!

It turns out that nothing uses it any.

diffstat:

 sys/compat/common/usb_subr_30.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 9d0000730a82 -r 42757ab0780f sys/compat/common/usb_subr_30.c
--- a/sys/compat/common/usb_subr_30.c   Sun Sep 23 07:37:14 2018 +0000
+++ b/sys/compat/common/usb_subr_30.c   Sun Sep 23 07:39:43 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_subr_30.c,v 1.1.2.3 2018/09/18 23:03:54 pgoyette Exp $     */
+/*     $NetBSD: usb_subr_30.c,v 1.1.2.4 2018/09/23 07:39:43 pgoyette Exp $     */
 /*     $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $   */
 
 /*
@@ -32,12 +32,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_subr_30.c,v 1.1.2.3 2018/09/18 23:03:54 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_subr_30.c,v 1.1.2.4 2018/09/23 07:39:43 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
 #include "opt_usb.h"
-#include "opt_usbverbose.h"
 #endif
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index