summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2013-01-21 13:25:44 +0000
committerskrll <skrll@NetBSD.org>2013-01-21 13:25:44 +0000
commit96a16be0bcdafccac1261415d6b515acf3d65a4c (patch)
tree997113b672605d06b7dfad9b6b36abebfe568a10 /sys/dev
parent074f1bc3472ff79a9e86c01ad054d202c7cc9ab8 (diff)
Remove some #includes that shouldn't be here.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/dwc_otg.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/usb/dwc_otg.c b/sys/dev/usb/dwc_otg.c
index 313750daa79..26556e07070 100644
--- a/sys/dev/usb/dwc_otg.c
+++ b/sys/dev/usb/dwc_otg.c
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: dwc_otg.c,v 1.31 2013/01/21 08:02:01 skrll Exp $");
#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