Module Name: src
Committed By: skrll
Date: Mon Jan 21 13:25:44 UTC 2013
Modified Files:
src/sys/dev/usb: dwc_otg.c
Log Message:
Remove some #includes that shouldn't be here.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/usb/dwc_otg.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/dwc_otg.c
diff -u src/sys/dev/usb/dwc_otg.c:1.31 src/sys/dev/usb/dwc_otg.c:1.32
--- src/sys/dev/usb/dwc_otg.c:1.31 Mon Jan 21 08:02:01 2013
+++ src/sys/dev/usb/dwc_otg.c Mon Jan 21 13:25:44 2013
@@ -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
#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