Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Remove some #includes that shouldn't be here.
details: https://anonhg.NetBSD.org/src/rev/0c5bbf39ab0d
branches: trunk
changeset: 784185:0c5bbf39ab0d
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jan 21 13:25:44 2013 +0000
description:
Remove some #includes that shouldn't be here.
diffstat:
sys/dev/usb/dwc_otg.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 2cb77d56fe2e -r 0c5bbf39ab0d sys/dev/usb/dwc_otg.c
--- a/sys/dev/usb/dwc_otg.c Mon Jan 21 13:21:04 2013 +0000
+++ b/sys/dev/usb/dwc_otg.c Mon Jan 21 13:25:44 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_otg.c,v 1.31 2013/01/21 08:02:01 skrll Exp $ */
+/* $NetBSD: dwc_otg.c,v 1.32 2013/01/21 13:25:44 skrll Exp $ */
/*-
* Copyright (c) 2012 Hans Petter Selasky. All rights reserved.
@@ -60,7 +60,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwc_otg.c,v 1.31 2013/01/21 08:02:01 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwc_otg.c,v 1.32 2013/01/21 13:25:44 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -84,9 +84,6 @@
#include <dev/usb/usbroothub_subr.h>
-#include <arm/broadcom/bcm2835reg.h>
-#include <arm/broadcom/bcm2835_mbox.h>
-
#ifdef DOTG_COUNTERS
#define DOTG_EVCNT_ADD(a,b) ((void)((a).ev_count += (b)))
#else
Home |
Main Index |
Thread Index |
Old Index