Module Name: src
Committed By: skrll
Date: Wed Aug 15 07:46:15 UTC 2018
Modified Files:
src/sys/dev/fdt: dwc2_fdt.c
Log Message:
Remove useless header arm/broadcom/bcm2835reg.h
>From Aymeric Vincent on port-arm
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/dwc2_fdt.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/fdt/dwc2_fdt.c
diff -u src/sys/dev/fdt/dwc2_fdt.c:1.2 src/sys/dev/fdt/dwc2_fdt.c:1.3
--- src/sys/dev/fdt/dwc2_fdt.c:1.2 Sat Jun 16 23:44:26 2018
+++ src/sys/dev/fdt/dwc2_fdt.c Wed Aug 15 07:46:15 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc2_fdt.c,v 1.2 2018/06/16 23:44:26 jmcneill Exp $ */
+/* $NetBSD: dwc2_fdt.c,v 1.3 2018/08/15 07:46:15 skrll Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwc2_fdt.c,v 1.2 2018/06/16 23:44:26 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwc2_fdt.c,v 1.3 2018/08/15 07:46:15 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -39,8 +39,6 @@ __KERNEL_RCSID(0, "$NetBSD: dwc2_fdt.c,v
#include <sys/bus.h>
#include <sys/workqueue.h>
-#include <arm/broadcom/bcm2835reg.h>
-
#include <dev/fdt/fdtvar.h>
#include <dev/usb/usb.h>