Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2015 14:23:40 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280284 - head/sys/arm/broadcom/bcm2835
Message-ID:  <201503201423.t2KENeNK064970@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Fri Mar 20 14:23:40 2015
New Revision: 280284
URL: https://svnweb.freebsd.org/changeset/base/280284

Log:
  Remove now unneeded headers from the Broadcom DWC driver

Modified:
  head/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c

Modified: head/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c	Fri Mar 20 14:16:39 2015	(r280283)
+++ head/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c	Fri Mar 20 14:23:40 2015	(r280284)
@@ -49,15 +49,7 @@ __FBSDID("$FreeBSD$");
 #include <dev/usb/controller/dwc_otg.h>
 #include <dev/usb/controller/dwc_otg_fdt.h>
 
-#include <vm/vm.h>
-#include <vm/pmap.h>
-#include <machine/pmap.h>
-
-#include <arm/broadcom/bcm2835/bcm2835_mbox.h>
 #include <arm/broadcom/bcm2835/bcm2835_mbox_prop.h>
-#include <arm/broadcom/bcm2835/bcm2835_vcbus.h>
-
-#include "mbox_if.h"
 
 static device_probe_t bcm283x_dwc_otg_probe;
 static device_attach_t bcm283x_dwc_otg_attach;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503201423.t2KENeNK064970>