sprinkle _KERNEL_OPT

This commit is contained in:
pooka 2016-05-10 15:14:03 +00:00
parent 0f41c69003
commit ae809f65ce
3 changed files with 12 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ohci.c,v 1.262 2016/05/09 21:52:43 skrll Exp $ */
/* $NetBSD: ohci.c,v 1.263 2016/05/10 15:14:03 pooka Exp $ */
/*
* Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@ -41,9 +41,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.262 2016/05/09 21:52:43 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.263 2016/05/10 15:14:03 pooka Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
#endif
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uhci.c,v 1.272 2016/05/06 20:12:54 christos Exp $ */
/* $NetBSD: uhci.c,v 1.273 2016/05/10 15:14:03 pooka Exp $ */
/*
* Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@ -42,9 +42,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.272 2016/05/06 20:12:54 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.273 2016/05/10 15:14:03 pooka Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
#endif
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: xhci.c,v 1.45 2016/05/07 08:11:49 skrll Exp $ */
/* $NetBSD: xhci.c,v 1.46 2016/05/10 15:14:03 pooka Exp $ */
/*
* Copyright (c) 2013 Jonathan A. Kollasch
@ -34,9 +34,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.45 2016/05/07 08:11:49 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.46 2016/05/10 15:14:03 pooka Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
#endif
#include <sys/param.h>
#include <sys/systm.h>